From faf99ae37eea8905ef181eaddae48d9a1457d92a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 七月 2020 16:19:32 +0800 Subject: [PATCH] 2020-07-07 --- src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss index 017545b..bc8ed5b 100644 --- a/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss +++ b/src/templates/sharecomponent/actioncomponent/verifyexcelout/index.scss @@ -59,4 +59,15 @@ padding: 0 5px; cursor: pointer; } +} +#verify-excelout-box-tab { + .ant-tabs-tabpane { + position: relative; + .excel-col-add { + position: relative; + float: right; + top: -5px; + z-index: 1; + } + } } \ No newline at end of file -- Gitblit v1.8.0