优化后台UI与开放文档排版设计
This commit is contained in:
+26
-2
@@ -80,8 +80,32 @@ export default function App() {
|
||||
locale={zhCN}
|
||||
theme={{
|
||||
token: {
|
||||
colorPrimary: '#1677ff',
|
||||
borderRadius: 6,
|
||||
colorPrimary: '#2563eb',
|
||||
colorInfo: '#2563eb',
|
||||
colorSuccess: '#16a34a',
|
||||
colorWarning: '#d97706',
|
||||
colorError: '#dc2626',
|
||||
borderRadius: 8,
|
||||
fontFamily: `-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif`,
|
||||
},
|
||||
components: {
|
||||
Card: {
|
||||
paddingLG: 20,
|
||||
borderRadiusLG: 10,
|
||||
},
|
||||
Table: {
|
||||
headerBg: '#f8fafc',
|
||||
headerColor: '#475569',
|
||||
headerSplitColor: 'transparent',
|
||||
rowHoverBg: '#f1f5f9',
|
||||
},
|
||||
Button: {
|
||||
fontWeight: 600,
|
||||
borderRadius: 6,
|
||||
},
|
||||
Tag: {
|
||||
borderRadiusSM: 4,
|
||||
},
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user