From 48a18736c461ad730bd264b0ac7b40b68a0e33a1 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 28 六月 2020 20:30:20 +0800 Subject: [PATCH] 2020-06-28 --- src/templates/sharecomponent/actioncomponent/verifyexcelin/index.scss | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.scss b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.scss index 0831874..94d193b 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.scss +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelin/index.scss @@ -49,6 +49,10 @@ .custom-table .ant-empty { margin: 20px 8px!important; } + .excel-custom-table { + position: relative; + top: -25px; + } .errorval { display: inline-block; width: 30px; @@ -62,9 +66,9 @@ .ant-tabs-tabpane { position: relative; .excel-col-add { - position: absolute; - right: 0; - top: 90px; + position: relative; + float: right; + top: -60px; } } } \ No newline at end of file -- Gitblit v1.8.0