From 22fa11fc44be82c1f9d8d11a00c7c4d55ba99af6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期二, 10 九月 2024 12:57:00 +0800 Subject: [PATCH] # --- zy-acs-flow/src/themes/rcsTheme.js | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/zy-acs-flow/src/themes/rcsTheme.js b/zy-acs-flow/src/themes/rcsTheme.js index b5cbb9c..ab78f84 100644 --- a/zy-acs-flow/src/themes/rcsTheme.js +++ b/zy-acs-flow/src/themes/rcsTheme.js @@ -41,6 +41,13 @@ elevation: 1, }, }, + MuiTable: { + styleOverrides: { + root: { + border: '1px solid #333', + }, + }, + }, }, } @@ -61,7 +68,7 @@ mode: 'light', }, shape: { - borderRadius: 10, + // borderRadius: 10, }, sidebar: { width: 200, -- Gitblit v1.9.1