From afb39f8ab004b2607bb718edab02e99c7a010114 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 22 三月 2023 14:36:44 +0800 Subject: [PATCH] 2023-03-22 --- src/tabviews/custom/components/table/edit-table/index.scss | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss index 5031dac..16ea698 100644 --- a/src/tabviews/custom/components/table/edit-table/index.scss +++ b/src/tabviews/custom/components/table/edit-table/index.scss @@ -7,12 +7,14 @@ } .top-search { border-bottom: 1px solid #efefef; + padding-top: 10px; } >.button-list.toolbar-button { padding: 0; line-height: 45px; - display: inline-block; - width: 80%; + float: left; + position: relative; + z-index: 2; button { margin-right: 0px; margin-bottom: 0px; -- Gitblit v1.8.0