From 8ef9090635c80e7c7348e75c59207216db9aec32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Fri, 25 Aug 2023 16:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=9B=E5=BE=AE=E8=96=AA=E8=B5=84=E6=A0=B8?= =?UTF-8?q?=E7=AE=97iframe=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/BlankLayout/index.tsx | 1 + src/pages/atdTable/components/index.less | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/layouts/BlankLayout/index.tsx b/src/layouts/BlankLayout/index.tsx index eba3216..3a0ea6b 100644 --- a/src/layouts/BlankLayout/index.tsx +++ b/src/layouts/BlankLayout/index.tsx @@ -19,6 +19,7 @@ export default ({ children, style = {} }: any) => { width: "100%", height: "100%", overflow: "hidden", + background: window.location.hash.indexOf("atdTable") !== -1 ? "#f6f6f6" : "#FFF", ...style }} > diff --git a/src/pages/atdTable/components/index.less b/src/pages/atdTable/components/index.less index 62325c9..7d937b9 100644 --- a/src/pages/atdTable/components/index.less +++ b/src/pages/atdTable/components/index.less @@ -1,5 +1,7 @@ //表格样式 .tableWrapper { + background: #fff; + .titleWrapper { display: flex; align-items: center;