From b2135fbd0b72d60f392bb75f0356aa727654d2f9 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 31 十二月 2020 15:11:12 +0800 Subject: [PATCH] 2020-12-31 --- src/menu/components/card/data-card/index.scss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/menu/components/card/data-card/index.scss b/src/menu/components/card/data-card/index.scss index aeac6a2..6346310 100644 --- a/src/menu/components/card/data-card/index.scss +++ b/src/menu/components/card/data-card/index.scss @@ -5,7 +5,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - min-height: 100px; + min-height: 20px; .card-control { position: absolute; @@ -39,7 +39,7 @@ } .card-item:hover { - box-shadow: 0px 0px 2px #e8e8e8; + box-shadow: 0px 0px 2px #1890ff; } .model-menu-card-cell-list .card-detail-row > .anticon-plus { @@ -82,5 +82,6 @@ clear: both; } .menu-data-card-edit-box:hover { - box-shadow: 0px 0px 2px #e8e8e8; + z-index: 1; + box-shadow: 0px 0px 4px #1890ff; } -- Gitblit v1.8.0