From e1cee96b38805bcccf48e7bcb9d296f2bc54c720 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 24 一月 2025 11:10:32 +0800 Subject: [PATCH] 2025-01-24 --- 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