From 716dfa54209e2d300a66998d0e0e4f024741ab44 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 01 十二月 2022 18:59:31 +0800 Subject: [PATCH] 2022-12-01 --- src/components/keyInterface/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/keyInterface/index.scss b/src/components/keyInterface/index.scss index 7753a5e..baf39c1 100644 --- a/src/components/keyInterface/index.scss +++ b/src/components/keyInterface/index.scss @@ -18,6 +18,10 @@ .anticon-delete { color: #f5222d; } + .anticon-delete.disable { + opacity: 0.5; + cursor: not-allowed; + } } } .mk-key-modal { -- Gitblit v1.8.0