From a29d9d644a2a30e9ef4afcc6d728c20c218dc359 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 15 六月 2023 14:25:28 +0800 Subject: [PATCH] 2023-06-15 --- src/templates/modalconfig/checkCard/index.scss | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/templates/modalconfig/checkCard/index.scss b/src/templates/modalconfig/checkCard/index.scss index 52cb625..4d08015 100644 --- a/src/templates/modalconfig/checkCard/index.scss +++ b/src/templates/modalconfig/checkCard/index.scss @@ -7,7 +7,7 @@ position: relative; border: 1px solid #bcbcbc; border-radius: 4px; - padding: 6px; + padding: 4px 6px; margin-bottom: 12px; .bg-mask { @@ -46,11 +46,11 @@ .card-color-cell { border: 1px solid transparent; border-radius: 4px; - padding: 6px; + padding: 4px 6px; background-size: cover; background-position: center; margin-bottom: 12px; - min-height: 35px; + min-height: 32px; } .content-line { @@ -64,4 +64,9 @@ .no-margin-bottom { margin-bottom: 2px; } +} +.check-card-edit-box.border-hide { + .card-cell { + border: 0px; + } } \ No newline at end of file -- Gitblit v1.8.0