修改系统设置样式

This commit is contained in:
whyour
2022-11-11 14:55:09 +08:00
parent 40bc25ed5f
commit f113eb7ba8
2 changed files with 10 additions and 1 deletions
+2 -1
View File
@@ -31,6 +31,7 @@ import CheckUpdate from './checkUpdate';
import About from './about';
import { useOutletContext } from '@umijs/max';
import { SharedContext } from '@/layouts';
import './index.less'
const { Text } = Typography;
const optionsWithDisabled = [
@@ -321,7 +322,7 @@ const Setting = () => {
return (
<PageContainer
className="ql-container-wrapper ql-container-wrapper-has-tab"
className="ql-container-wrapper ql-container-wrapper-has-tab ql-setting-container"
title="系统设置"
header={{
style: headerStyle,