From a9b02f6862522b54d0824152017bf2acfec2af7b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 三月 2024 10:29:50 +0800 Subject: [PATCH] 2024-03-21 --- 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 a3362b3..1fdde89 100644 --- a/src/tabviews/custom/components/table/edit-table/normalTable/index.scss +++ b/src/tabviews/custom/components/table/edit-table/normalTable/index.scss @@ -269,6 +269,11 @@ // } // } } +.edit-custom-table.mk-parity { + .ant-table-tbody tr:nth-child(even) { + background: #fafafa; + } +} .edit-custom-table.mk-edit-simple { table tbody tr td { min-height: 32px; -- Gitblit v1.8.0