From 0844cf7a0de1b38ff9649e7958adbfffe1b3532d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 九月 2023 10:09:48 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/components/card/double-data-card/index.scss | 28 ---------------------------- 1 files changed, 0 insertions(+), 28 deletions(-) diff --git a/src/tabviews/custom/components/card/double-data-card/index.scss b/src/tabviews/custom/components/card/double-data-card/index.scss index c6a13e8..e0b3f63 100644 --- a/src/tabviews/custom/components/card/double-data-card/index.scss +++ b/src/tabviews/custom/components/card/double-data-card/index.scss @@ -22,16 +22,6 @@ } } } - .data-zoom.scale { - .card-row-list { - .mk-card:hover { - >.card-item-box { - z-index: 1; - transform: scale(1.05); - } - } - } - } .card-row-list { flex: 10; max-width: 100%; @@ -42,24 +32,6 @@ >.ant-col { width: 5%; flex: 1; - } - } - .card-row-list.float-center { - text-align: center; - >.ant-col { - display: inline-block; - float: none; - text-align: left; - vertical-align: top; - } - } - .card-row-list.float-right { - text-align: right; - >.ant-col { - display: inline-block; - float: none; - text-align: left; - vertical-align: top; } } .card-item-box { -- Gitblit v1.8.0