From f308a19516f0f15c0aca1af87c1aa722af0fee5c Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 12 四月 2024 17:48:52 +0800 Subject: [PATCH] 2024-04-12 --- src/menu/components/table/edit-table/columns/tableIn/index.scss | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/tableIn/index.scss b/src/menu/components/table/edit-table/columns/tableIn/index.scss index 0b2c26b..2f0266d 100644 --- a/src/menu/components/table/edit-table/columns/tableIn/index.scss +++ b/src/menu/components/table/edit-table/columns/tableIn/index.scss @@ -1,4 +1,4 @@ -.verify-card-box { +.tablein-verify-card-box { .ant-tabs-nav-scroll { text-align: center; } @@ -52,10 +52,6 @@ .custom-table .ant-empty { margin: 20px 8px!important; } - .excel-custom-table { - position: relative; - top: -25px; - } .errorval { display: inline-block; width: 30px; @@ -77,4 +73,12 @@ z-index: 1; } } + .full-scripts { + position: absolute; + right: 24px; + top: 0px; + font-size: 16px; + color: #1890ff; + z-index: 1; + } } \ No newline at end of file -- Gitblit v1.8.0