From da34633b25d16359cd91a656acad5e811f9972b7 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 14 三月 2023 18:09:54 +0800 Subject: [PATCH] 2023-03-14 --- src/menu/components/table/edit-table/index.scss | 25 ++++++++++++------------- 1 files changed, 12 insertions(+), 13 deletions(-) diff --git a/src/menu/components/table/edit-table/index.scss b/src/menu/components/table/edit-table/index.scss index 0991fb4..60bc249 100644 --- a/src/menu/components/table/edit-table/index.scss +++ b/src/menu/components/table/edit-table/index.scss @@ -39,7 +39,15 @@ bottom: 0; } >.ant-row { - display: none; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; + min-height: 10px; + .common-drawarea-placeholder { + display: none; + } } >.ant-switch { display: none; @@ -59,20 +67,11 @@ background: rgba(255, 255, 255, 0.55); } .model-menu-action-list { - line-height: 55px; + line-height: 40px; padding: 0px; >.ant-row { - min-height: 30px; - } - } - .card-add-button { - text-align: right; - clear: left; - .anticon-plus { - font-size: 20px; - color: #26C281; - padding: 5px; - margin-right: 10px; + padding-top: 10px; + min-height: 55px; } } -- Gitblit v1.8.0