修改 弹框样式

This commit is contained in:
GGJ
2024-09-30 15:37:33 +08:00
parent d59ee50549
commit e67438cc76
15 changed files with 127 additions and 141 deletions

View File

@@ -197,9 +197,11 @@ const handlerXAxis = () => {
// textStyle: {
fontFamily: 'dinproRegular',
color: '#000',
fontSize: '12'
fontSize: '12',
// }
}
}
// props.options?.xAxis 是数组还是对象
if (Array.isArray(props.options?.xAxis)) {