From 8cdfdd9914d1c4f6cd59176d61869522f51f39e4 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期日, 10 十月 2021 13:53:57 +0800
Subject: [PATCH] 2021-10-10
---
src/tabviews/custom/components/table/edit-table/index.scss | 24 +++++++++++++++++++++++-
1 files changed, 23 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..6a1b8a3 100644
--- a/src/tabviews/custom/components/table/edit-table/index.scss
+++ b/src/tabviews/custom/components/table/edit-table/index.scss
@@ -38,8 +38,17 @@
.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;
}
.custom-control {
position: absolute;
@@ -60,8 +69,21 @@
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;
+ }
}
.ant-collapse {
background-color: transparent;
--
Gitblit v1.8.0