modify style

This commit is contained in:
MaysWind
2024-08-04 19:50:17 +08:00
parent 24724bb19f
commit 0b17251f94
4 changed files with 82 additions and 48 deletions
+2
View File
@@ -68,10 +68,12 @@ const allDigitGroupingSymbolMap = {
const allDigitGroupingType = {
None: {
type: 1,
enabled: false,
name: 'None'
},
ThousandsSeparator: {
type: 2,
enabled: true,
name: 'Thousands Separator'
}
};