From 5e871a4164869bac7927ea6884dbadd650b1cadf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 25 五月 2023 11:25:28 +0800 Subject: [PATCH] Merge branch 'master' into positec --- src/menu/components/module/voucher/voucherTable/index.scss | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/menu/components/module/voucher/voucherTable/index.scss b/src/menu/components/module/voucher/voucherTable/index.scss index bf74398..c46fe8d 100644 --- a/src/menu/components/module/voucher/voucherTable/index.scss +++ b/src/menu/components/module/voucher/voucherTable/index.scss @@ -31,10 +31,10 @@ border-right: 1px solid #e9e9e9; } span:nth-child(3), span:nth-child(6) { - border-color: #91d5ff; + border-color: #474069; } span:nth-child(9) { - border-color: #ffa39e; + border-color: #C48584; } } @@ -45,7 +45,7 @@ tr { th { position: relative; - background-color: transparent; + background-color: #E3E7F2; padding: 0; height: 60px; line-height: 60px; @@ -83,6 +83,9 @@ max-width: 60px; } .ant-table-tbody { + tr:last-child { + background-color: #FBF8EF; + } tr td { position: relative; background-color: transparent; -- Gitblit v1.8.0