From bbcb3f45ad0ef4c808bf5a68ec10c0464c094e2f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 27 十月 2021 11:51:40 +0800 Subject: [PATCH] Merge branch 'master' into bms --- src/tabviews/custom/components/table/edit-table/index.scss | 26 +++++++++++++++++++++++++- 1 files changed, 25 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss index b62652b..0519a10 100644 --- a/src/tabviews/custom/components/table/edit-table/index.scss +++ b/src/tabviews/custom/components/table/edit-table/index.scss @@ -38,8 +38,18 @@ .main-pickup { position: absolute; right: 5px; - top: -22px; + top: -24px; z-index: 2; + } + .submit-table { + position: absolute; + z-index: 2; + right: 60px; + top: -26px; + height: 24px; + color: #ffffff; + background-color: #1890ff; + border-width: 0; } .custom-control { position: absolute; @@ -60,8 +70,22 @@ right: 0px; top: 0px; z-index: 2; + margin-bottom: 4px; float: right; } + .submit-table { + float: right; + position: relative; + z-index: 2; + right: 0px; + top: 0px; + height: 24px; + color: #ffffff; + background-color: #1890ff; + margin-right: 15px; + margin-bottom: 2px; + border-width: 0; + } } .ant-collapse { background-color: transparent; -- Gitblit v1.8.0