From c51f5e007a3e03c9d6731ab7f28f0080de009990 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 17 十一月 2021 18:38:32 +0800 Subject: [PATCH] 2021-11-17 --- 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