From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 21 四月 2025 12:18:03 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/carousel/data-card/index.scss | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/src/menu/components/carousel/data-card/index.scss b/src/menu/components/carousel/data-card/index.scss index b4a77ec..7bbacd7 100644 --- a/src/menu/components/carousel/data-card/index.scss +++ b/src/menu/components/carousel/data-card/index.scss @@ -7,17 +7,7 @@ background-size: cover; min-height: 30px; - .card-control { - position: absolute; - top: 0px; - left: 0px; - .anticon-tool { - right: auto; - left: 1px; - padding: 1px; - } - } - .anticon-tool { + >.anticon-tool { position: absolute; z-index: 2; font-size: 16px; @@ -29,7 +19,7 @@ } .card-item { - overflow: hidden; + // overflow: hidden; position: relative; background-position: center center; background-repeat: no-repeat; -- Gitblit v1.8.0