From dbf30d9cf36e5356e12e8447662ead83edad396e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 11 三月 2023 17:50:28 +0800 Subject: [PATCH] Merge branch 'develop' --- src/menu/components/card/cardcellcomponent/dragaction/index.scss | 67 +++++++++++++++++++++++++++++++++ 1 files changed, 67 insertions(+), 0 deletions(-) diff --git a/src/menu/components/card/cardcellcomponent/dragaction/index.scss b/src/menu/components/card/cardcellcomponent/dragaction/index.scss index a101adb..3d44552 100644 --- a/src/menu/components/card/cardcellcomponent/dragaction/index.scss +++ b/src/menu/components/card/cardcellcomponent/dragaction/index.scss @@ -142,6 +142,73 @@ height: 26px; } + .mk-counter { + display: inline-block; + white-space: nowrap; + border: 1px solid #d9d9d9; + font-size: 14px; + border-radius: 2px; + background: #ffffff; + span { + display: inline-block; + height: 20px; + line-height: 22px; + vertical-align: top; + text-align: center; + } + span:first-child { + width: 22px; + text-align: center; + font-size: 12px; + border-right: 1px solid #d9d9d9; + } + span:nth-child(2) { + width: 42px; + } + span:last-child { + width: 22px; + text-align: center; + font-size: 12px; + border-left: 1px solid #d9d9d9; + } + } + .mk-counter.small { + font-size: 12px; + span { + height: 18px; + line-height: 19px; + } + span:first-child { + width: 20px; + font-size: 10px; + } + span:nth-child(2) { + width: 38px; + } + span:last-child { + width: 20px; + font-size: 10px; + } + } + .mk-counter.large { + font-size: 16px; + span { + height: 24px; + line-height: 25px; + } + span:first-child { + width: 26px; + font-size: 13px; + } + span:nth-child(2) { + width: 48px; + } + span:last-child { + width: 26px; + font-size: 13px; + } + } + .card-cell > div { background-position: center center; background-repeat: no-repeat; -- Gitblit v1.8.0