From 7a3b86d2c63fa3698f6860487817c5e5ace07dfe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 11 九月 2024 22:25:24 +0800 Subject: [PATCH] 2024-09-11 --- src/menu/datasource/verifycard/index.scss | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/src/menu/datasource/verifycard/index.scss b/src/menu/datasource/verifycard/index.scss index 308bfb9..3239de2 100644 --- a/src/menu/datasource/verifycard/index.scss +++ b/src/menu/datasource/verifycard/index.scss @@ -146,6 +146,29 @@ margin-right: 5px; 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: 30px; + .anticon-copy { + margin-right: 12px; + } + .anticon-delete { + margin-left: 12px; + } + } + } + } } .full-scripts { position: absolute; -- Gitblit v1.8.0