From a7813a33fc5f60ea995dfe0f09f52243e2ccfbb2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 22 二月 2024 16:28:11 +0800 Subject: [PATCH] 2024-02-22 --- src/tabviews/custom/components/table/edit-table/normalTable/index.scss | 5 +++++ 1 files changed, 5 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..1f2fb54 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -11,6 +11,9 @@ position: relative; // z-index: 1; } + .ant-table-placeholder { + border-top-color: var(--mk-table-border-color); + } .ant-table { color: inherit; font-size: inherit; @@ -65,6 +68,7 @@ .card-cell-list { color: inherit; + overflow: hidden; } .action-col { .ant-btn > .anticon + span { @@ -186,6 +190,7 @@ right: 0px; bottom: 0px; border: 1px solid var(--mk-sys-color); + background: #ffffff; } } .ant-calendar-picker { -- Gitblit v1.8.0