From fe5dc955911feb6c376298e618de673da166fcab Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 17 十一月 2021 20:05:30 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/components/mkIcon/index.scss | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/mkIcon/index.scss b/src/components/mkIcon/index.scss index 4ba05ef..0cc28b6 100644 --- a/src/components/mkIcon/index.scss +++ b/src/components/mkIcon/index.scss @@ -14,13 +14,11 @@ } .close.anticon { float: right; - margin-top: 6px; - margin-right: 5px; - background: #efefef; - border-radius: 50%; - color: #757575; - padding: 3px; - font-size: 10px; + margin-top: 8px; + margin-right: 8px; + background: #fff; + color: rgba(0, 0, 0, 0.45); + font-size: 12px; opacity: 0; transition: opacity 0.3s; } -- Gitblit v1.8.0