Commit 1f2a7897669dcf9d5bfdd5f6c9185e276a93017d
Merge branch 'perf/chart-text' into 'main_dev'
perf(src/views): 优化自定义文字,默认显示边框 See merge request yunteng/thingskit-view!258
Showing
2 changed files
with
4 additions
and
4 deletions
| @@ -36,8 +36,8 @@ export const option = { | @@ -36,8 +36,8 @@ export const option = { | ||
| 36 | fontWeight: 'normal', | 36 | fontWeight: 'normal', |
| 37 | 37 | ||
| 38 | // 边框 | 38 | // 边框 |
| 39 | - borderWidth: 0, | ||
| 40 | - borderColor: '#ffffff', | 39 | + borderWidth: 1, |
| 40 | + borderColor: '#3c7eff', | ||
| 41 | borderRadius: 5, | 41 | borderRadius: 5, |
| 42 | 42 | ||
| 43 | // 字间距 | 43 | // 字间距 |
| @@ -36,8 +36,8 @@ export const option = { | @@ -36,8 +36,8 @@ export const option = { | ||
| 36 | fontWeight: 'normal', | 36 | fontWeight: 'normal', |
| 37 | 37 | ||
| 38 | // 边框 | 38 | // 边框 |
| 39 | - borderWidth: 0, | ||
| 40 | - borderColor: '#ffffff', | 39 | + borderWidth: 1, |
| 40 | + borderColor: '#3c7eff', | ||
| 41 | borderRadius: 5, | 41 | borderRadius: 5, |
| 42 | 42 | ||
| 43 | // 字间距 | 43 | // 字间距 |