diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index cc560f4e..15529eae 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 8f1cee66..971e7562 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -41,8 +41,9 @@