From ce464c5ddf7de3fa34c2323d330e1ea6d1b6655a Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Tue, 24 Sep 2024 10:38:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E7=94=A8=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E7=A6=81=E6=AD=A2=E7=BC=96=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/app.scss | 3 +++ ui/src/views/function-lib/index.vue | 14 +++++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index cc560f4ed..15529eae4 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -311,6 +311,9 @@ h5 { .cursor { cursor: pointer; } +.notAllowed { + cursor: not-allowed; +} /* 超出省略号 diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue index 8f1cee664..971e7562a 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -41,8 +41,9 @@