From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- src/menu/components/table/edit-table/columns/tableIn/index.scss | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 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 39e908f..2f0266d 100644 --- a/src/menu/components/table/edit-table/columns/tableIn/index.scss +++ b/src/menu/components/table/edit-table/columns/tableIn/index.scss @@ -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