From 2245384d97d69e36d09cd6baa877e50a81d9aff9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 29 十二月 2021 21:59:09 +0800 Subject: [PATCH] 2021-12-29 --- src/components/mkIcon/index.scss | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/components/mkIcon/index.scss b/src/components/mkIcon/index.scss index 33cd208..ebbd502 100644 --- a/src/components/mkIcon/index.scss +++ b/src/components/mkIcon/index.scss @@ -13,7 +13,17 @@ padding: 0 10px; border-left: 1px solid #d9d9d9; } + .anticon.trigger::after { + content: ' '; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + } .close.anticon { + position: relative; + z-index: 1; float: right; margin-top: 8px; margin-right: 8px; -- Gitblit v1.8.0