feat: make css border-radius ootb

This commit is contained in:
Justineo
2025-09-25 10:51:18 +08:00
committed by GU Yiling
parent 2b0f992569
commit 15d8fa382d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
## 8.0.0-beta.3
- Made CSS `border-radius` work out-of-the-box.
## 8.0.0-beta.2
- Added [smart update](https://github.com/ecomfe/vue-echarts/blob/main/README.md#smart-update) strategy to make updates more effortless.

View File

@ -1 +1,2 @@
x-vue-echarts{display:block;width:100%;height:100%;min-width:0;}
x-vue-echarts>:first-child,x-vue-echarts>:first-child>canvas{border-radius:inherit;}