From bfcacf54ad793bc33560f8bb15833508cf73aa5b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 31 三月 2023 01:18:44 +0800 Subject: [PATCH] 2023-03-31 --- src/templates/modalconfig/dragelement/index.scss | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/src/templates/modalconfig/dragelement/index.scss b/src/templates/modalconfig/dragelement/index.scss index 3d99524..1c12c6c 100644 --- a/src/templates/modalconfig/dragelement/index.scss +++ b/src/templates/modalconfig/dragelement/index.scss @@ -166,4 +166,18 @@ .page-card { margin-bottom: 5px; } -} \ No newline at end of file +} +// .modal-fields-row.copy { +// z-index: 3; +// } +// .modal-fields-row.copy::before { +// content: ' '; +// display: block; +// position: fixed; +// left: 0; +// right: 0; +// top: 0; +// bottom: 0; +// background: rgba(0,0,0,0.2); +// z-index: 2; +// } \ No newline at end of file -- Gitblit v1.8.0