From 79e4981aa6cc9354276fc54cdf6d14eb08ab7fee Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 22 六月 2023 15:59:04 +0800 Subject: [PATCH] Merge branch 'develop' of ssh://121.36.20.145:29418/~jinfei/pc-plat into develop --- src/tabviews/zshare/mutilform/mkCheckCard/index.scss | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/src/tabviews/zshare/mutilform/mkCheckCard/index.scss b/src/tabviews/zshare/mutilform/mkCheckCard/index.scss index da3fdc4..7bb1021 100644 --- a/src/tabviews/zshare/mutilform/mkCheckCard/index.scss +++ b/src/tabviews/zshare/mutilform/mkCheckCard/index.scss @@ -1,11 +1,12 @@ .check-card-form-box { margin-top: 5px; + position: relative; .card-cell { position: relative; border: 1px solid #bcbcbc; background: #ffffff; border-radius: 4px; - padding: 6px; + padding: 4px 6px; margin-bottom: 2px; line-height: 1.5; transition: all 0.3s; @@ -109,9 +110,9 @@ position: relative; border: 1px solid transparent; border-radius: 4px; - padding: 6px; + padding: 4px 6px; margin-bottom: 2px; - min-height: 35px; + min-height: 32px; cursor: pointer; .anticon-check { @@ -133,6 +134,13 @@ .anticon-check { display: inline-block; } + } + + .ant-switch { + position: absolute; + top: -22px; + right: 0px; + opacity: 0.7; } .card-cell.disabled { @@ -187,4 +195,9 @@ .card-cell, .card-pic-cell { cursor: not-allowed; } +} +.check-card-form-box.border-hide { + .card-cell { + border: 0px; + } } \ No newline at end of file -- Gitblit v1.8.0