Skip to content

Commit 15d8fa3

Browse files
committed
feat: make css border-radius ootb
1 parent 2b0f992 commit 15d8fa3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 8.0.0-beta.3
2+
3+
- Made CSS `border-radius` work out-of-the-box.
4+
15
## 8.0.0-beta.2
26

37
- Added [smart update](https://github.com/ecomfe/vue-echarts/blob/main/README.md#smart-update) strategy to make updates more effortless.

src/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
x-vue-echarts{display:block;width:100%;height:100%;min-width:0;}
1+
x-vue-echarts{display:block;width:100%;height:100%;min-width:0;}
2+
x-vue-echarts>:first-child,x-vue-echarts>:first-child>canvas{border-radius:inherit;}

0 commit comments

Comments
 (0)