From b5e70973340bf912b733acd737f55f90653dece8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 03 七月 2021 09:48:25 +0800 Subject: [PATCH] 2021-07-03 --- src/templates/modalconfig/checkCard/index.scss | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/templates/modalconfig/checkCard/index.scss b/src/templates/modalconfig/checkCard/index.scss index ddc72cb..b2afcc0 100644 --- a/src/templates/modalconfig/checkCard/index.scss +++ b/src/templates/modalconfig/checkCard/index.scss @@ -1,6 +1,7 @@ .check-card-edit-box { line-height: 1.5; .card-cell { + position: relative; border: 1px solid #bcbcbc; border-radius: 4px; padding: 6px; @@ -10,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: 0.5; + border-radius: 4px; + background-color: transparent; } } .card-pic-cell { -- Gitblit v1.8.0