From 137fb8ea6af2789b3238b22bac31d80bced41dfe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 28 七月 2021 11:39:39 +0800 Subject: [PATCH] 2021-07-28 --- src/templates/modalconfig/checkCard/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/templates/modalconfig/checkCard/index.scss b/src/templates/modalconfig/checkCard/index.scss index 985c786..8a6d3aa 100644 --- a/src/templates/modalconfig/checkCard/index.scss +++ b/src/templates/modalconfig/checkCard/index.scss @@ -1,5 +1,7 @@ .check-card-edit-box { + line-height: 1.5; .card-cell { + position: relative; border: 1px solid #bcbcbc; border-radius: 4px; padding: 6px; @@ -9,6 +11,18 @@ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; + position: relative; + z-index: 1; + } + .bg-mask { + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + opacity: 1; + border-radius: 4px; + background-color: transparent; } } .card-pic-cell { -- Gitblit v1.8.0