From c7df940632b5f238f524da651fbf27a91ff6ad36 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 26 十月 2020 16:54:46 +0800 Subject: [PATCH] 2020-10-26 --- src/menu/components/card/data-card/index.scss | 8 ++------ 1 files changed, 2 insertions(+), 6 deletions(-) diff --git a/src/menu/components/card/data-card/index.scss b/src/menu/components/card/data-card/index.scss index e6cfc02..234c373 100644 --- a/src/menu/components/card/data-card/index.scss +++ b/src/menu/components/card/data-card/index.scss @@ -5,9 +5,7 @@ background-position: center center; background-repeat: no-repeat; background-size: cover; - border-style: solid; - border-width: 0; - min-height: 100px; + min-height: 50px; .card-control { position: absolute; @@ -27,15 +25,13 @@ top: 1px; cursor: pointer; padding: 5px; - background: #ffffff; + background: rgba(255, 255, 255, 0.55); } .card-item { overflow-y: hidden; position: relative; min-height: 50px; - border-style: solid; - border-width: 0; } .card-item:hover { -- Gitblit v1.8.0