修改bug

This commit is contained in:
‘937886381’
2024-04-03 16:30:09 +08:00
parent 481dde003a
commit 073b4b8e20
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
<!--
* @Author: zhp
* @Date: 2023-09-21 09:06:28
* @LastEditTime: 2024-04-03 15:10:31
* @LastEditTime: 2024-04-03 16:24:21
* @LastEditors: zhp
* @Description:
-->
@@ -105,7 +105,7 @@ export default {
show: true, //开启显示
position: 'top', //在上方显示
textStyle: { //数值样式
color: '#ced1d5',
color: 'rgba(255,255,255,0.5)', // 坐标值得具体的颜色
fontSize: 12,
fontWight:'bolder'
}