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 @@