From b3547d1c531e479021219fda5df153a11b9b52a3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 31 八月 2020 17:28:09 +0800 Subject: [PATCH] 2020-08-31 --- src/templates/sharecomponent/cardcomponent/dragdetail/index.scss | 21 +++------------------ 1 files changed, 3 insertions(+), 18 deletions(-) diff --git a/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss b/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss index 72378f3..39bd514 100644 --- a/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss +++ b/src/templates/sharecomponent/cardcomponent/dragdetail/index.scss @@ -9,7 +9,7 @@ vertical-align: top; font-size: 14px; margin-bottom: 2px; - + transition: box-shadow 0.2s; .content.line1 { overflow: hidden; @@ -60,22 +60,7 @@ text-align: right; } - .edit { - position: absolute; - left: 0; - top: -10px; - font-size: 13px; - color: #1890ff; - cursor: pointer; - display: none; - padding: 0 5px; - } - .edit.close { - left: 20px; - color: #ff4d4f; - } - - .mk-card-meta-item:hover .edit { - display: inline-block; + .mk-card-meta-item:hover, .mk-card-meta-item.ant-popover-open { + box-shadow: 0px 0px 1px #1890ff; } } \ No newline at end of file -- Gitblit v1.8.0