From e34fecabbde9ff92747dc78e7da03fa304a91273 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 14 九月 2024 14:58:08 +0800 Subject: [PATCH] # --- zy-acs-flow/src/themes/rcsTheme.js | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/zy-acs-flow/src/themes/rcsTheme.js b/zy-acs-flow/src/themes/rcsTheme.js index f152295..05b7eb5 100644 --- a/zy-acs-flow/src/themes/rcsTheme.js +++ b/zy-acs-flow/src/themes/rcsTheme.js @@ -71,7 +71,7 @@ // // borderRadius: 10, }, sidebar: { - width: 200, + width: 210, }, components: { ...defaultTheme.components, @@ -85,16 +85,16 @@ }, }, }, - // MuiPaper: { - // styleOverrides: { - // elevation1: { - // boxShadow: 'none', - // }, - // root: { - // backgroundClip: 'padding-box', - // }, - // }, - // }, + MuiPaper: { + styleOverrides: { + elevation1: { + // boxShadow: 'none', + }, + root: { + // backgroundClip: 'padding-box', + }, + }, + }, MuiAppBar: { styleOverrides: { colorSecondary: { -- Gitblit v1.9.1