From 80e0c5eb7648e77cae844e4628b433704e0fb865 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 二月 2023 00:21:07 +0800 Subject: [PATCH] 2023-02-22 --- src/tabviews/custom/components/card/double-data-card/index.scss | 35 +++++++++++++++++++---------------- 1 files changed, 19 insertions(+), 16 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 02ad6b2..8f41eeb 100644 --- a/src/tabviews/custom/components/card/double-data-card/index.scss +++ b/src/tabviews/custom/components/card/double-data-card/index.scss @@ -1,4 +1,4 @@ -.custom-data-card-box { +.double-data-card-box { background: #ffffff; background-position: center center; background-repeat: no-repeat; @@ -30,11 +30,6 @@ color: #bcbcbc!important; } } - } - } - .mk-parity-bg { - .card-item-box { - background-color: var(--mk-sys-color1); } } } @@ -265,7 +260,8 @@ transform: rotate(180deg); } >.anticon-plus-square { - margin: auto 5px; + margin: auto; + width: 30px; font-size: 18px; } >.anticon-plus-square.mk-disabled { @@ -273,7 +269,8 @@ cursor: not-allowed; } >.anticon-minus-square { - margin: auto 5px; + margin: auto; + width: 30px; font-size: 18px; } } @@ -296,24 +293,30 @@ } } } + .circle-select.mk-extend-icon { + margin-right: 35px; + } + + .sub-card-wrap.mk-parity-bg { + .ant-col:nth-child(even){ + .card-item-box { + background-color: var(--mk-sys-color1); + } + } + } } -.custom-data-card-box::-webkit-scrollbar { +.double-data-card-box::-webkit-scrollbar { width: 7px; height: 7px; } -.custom-data-card-box::-webkit-scrollbar-thumb { +.double-data-card-box::-webkit-scrollbar-thumb { border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); background: rgba(0, 0, 0, 0.13); } -.custom-data-card-box::-webkit-scrollbar-track { +.double-data-card-box::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); border-radius: 3px; border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); -} -.custom-card-box::after { - content: ' '; - display: block; - clear: both; } -- Gitblit v1.8.0