From dbc911dbb044895f98a49ef69ef5a5800a4aba3e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 15 九月 2024 20:26:39 +0800 Subject: [PATCH] 2024-09-15 --- src/menu/components/table/edit-table/columns/index.scss | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/src/menu/components/table/edit-table/columns/index.scss b/src/menu/components/table/edit-table/columns/index.scss index dcf4a5b..ec4172d 100644 --- a/src/menu/components/table/edit-table/columns/index.scss +++ b/src/menu/components/table/edit-table/columns/index.scss @@ -74,11 +74,6 @@ } } } - .action-column { - .card-detail-row:empty { - min-height: 40px; - } - } tr:hover td { background: #ffffff!important; } @@ -114,7 +109,7 @@ margin-right: 10px; cursor: pointer; } - >.anticon-copy { + >.anticon-copy, >.anticon-plus { color: #26C281; margin-left: 5px; } -- Gitblit v1.8.0