From 5811cc4faeb24dc8dd757ca45f28e62eb3ecbad5 Mon Sep 17 00:00:00 2001 From: zqy233 <347891134@qq.com> Date: Thu, 24 Aug 2023 14:35:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=99=9A=E6=8B=9F=E6=BB=9A=E5=8A=A8?= =?UTF-8?q?=E7=99=BD=E5=B1=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/table.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/styles/table.scss b/styles/table.scss index f0b462628..da7ee0326 100644 --- a/styles/table.scss +++ b/styles/table.scss @@ -454,10 +454,14 @@ font-family: var(--vxe-font-family); direction: ltr; .vxe-table--body-wrapper { - background-color: var(--vxe-table-body-background-color); + table { + background-color: var(--vxe-table-body-background-color); + } } .vxe-table--footer-wrapper { - background-color: var(--vxe-table-footer-background-color); + table { + background-color: var(--vxe-table-footer-background-color); + } } .vxe-table--header, .vxe-table--body,