From 6645d06575fc255e2c0e65fedf4b24db5bd7bf46 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 13 九月 2024 17:16:40 +0800 Subject: [PATCH] # --- zy-acs-flow/src/themes/rcsTheme.js | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/zy-acs-flow/src/themes/rcsTheme.js b/zy-acs-flow/src/themes/rcsTheme.js index f152295..d3f9837 100644 --- a/zy-acs-flow/src/themes/rcsTheme.js +++ b/zy-acs-flow/src/themes/rcsTheme.js @@ -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