From 6ca240a14ccf55d4e0a94fff77e95f64db2cdfcc Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 11 十月 2024 17:34:25 +0800 Subject: [PATCH] 2024-10-11 --- src/menu/datasource/verifycard/index.scss | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/src/menu/datasource/verifycard/index.scss b/src/menu/datasource/verifycard/index.scss index 308bfb9..b87af52 100644 --- a/src/menu/datasource/verifycard/index.scss +++ b/src/menu/datasource/verifycard/index.scss @@ -146,6 +146,39 @@ margin-right: 5px; cursor: pointer; } + .columns-lowercase { + float: right; + position: relative; + z-index: 2; + right: 30px; + height: 0px; + top: -15px; + color: orange; + cursor: pointer; + } + .columns-out { + float: right; + position: relative; + z-index: 2; + right: 5px; + height: 0px; + top: -15px; + color: rgb(24, 144, 255); + } + .columns-out + .modal-edit-table { + .ant-table-thead { + .copy-control { + top: -18px; + right: 55px; + .anticon-copy { + margin-right: 12px; + } + .anticon-delete { + margin-left: 12px; + } + } + } + } } .full-scripts { position: absolute; -- Gitblit v1.8.0