This commit is contained in:
姚宇浩 2024-06-19 14:15:09 +08:00
parent 21d0db8760
commit a863c7ed82
1 changed files with 3 additions and 3 deletions

View File

@ -71,18 +71,18 @@ const getOption = () => {
rich: { rich: {
name: { name: {
width: 80, width: 80,
fontSize: 18, fontSize: 16,
}, },
value: { value: {
width: 30, width: 30,
align: "right", align: "right",
fontFamily: "Medium", fontFamily: "Medium",
fontSize: 20, fontSize: 16,
}, },
rate: { rate: {
width: 20, width: 20,
align: "right", align: "right",
fontSize: 18, fontSize: 16,
}, },
}, },
}, },