From d1dbe184ea1026e20a202ac9f8f7c8c049665ae3 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 10 一月 2024 17:04:26 +0800 Subject: [PATCH] 2024-01-10 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss index be948ed..59af907 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -65,6 +65,7 @@ .card-cell-list { color: inherit; + overflow: hidden; } .action-col { .ant-btn > .anticon + span { @@ -186,6 +187,7 @@ right: 0px; bottom: 0px; border: 1px solid var(--mk-sys-color); + background: #ffffff; } } .ant-calendar-picker { -- Gitblit v1.8.0