From 68a65838dd44b02cb1b3666a4383232af413b558 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 06 四月 2023 17:33:09 +0800 Subject: [PATCH] 2023-04-06 --- src/tabviews/custom/components/table/edit-table/index.scss | 47 +---------------------------------------------- 1 files changed, 1 insertions(+), 46 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/index.scss b/src/tabviews/custom/components/table/edit-table/index.scss index 16ea698..47c5027 100644 --- a/src/tabviews/custom/components/table/edit-table/index.scss +++ b/src/tabviews/custom/components/table/edit-table/index.scss @@ -9,7 +9,7 @@ border-bottom: 1px solid #efefef; padding-top: 10px; } - >.button-list.toolbar-button { + .button-list.toolbar-button { padding: 0; line-height: 45px; float: left; @@ -18,51 +18,6 @@ button { margin-right: 0px; margin-bottom: 0px; - min-height: 28px; - height: auto; - } - } - .ant-modal-mask { - position: absolute; - } - .ant-modal-wrap { - position: absolute; - } - .action-modal .ant-modal { - top: 40px; - max-width: 95%; - .ant-modal-body { - max-height: calc(100vh - 265px); - } - } - .ant-collapse { - background-color: transparent; - border-radius: 0px; - > .ant-collapse-item { - border: 0; - >.ant-collapse-header { - padding: 0; - .normal-header { - padding-right: 40px; - } - } - } - .ant-collapse-item:last-child > .ant-collapse-content { - border-radius: 0; - .ant-collapse-content-box { - padding: 0; - >.button-list.toolbar-button { - padding: 0; - line-height: 45px; - padding-right: 60px; - button { - margin-right: 0px; - margin-bottom: 0px; - min-height: 28px; - height: auto; - } - } - } } } } \ No newline at end of file -- Gitblit v1.8.0