Skip to content

Commit 8c98e3b

Browse files
authored
fix(Radio): 优化单选组中,单个radio的默认高度 (#1818) (#1819)
1 parent 769e002 commit 8c98e3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/devui-vue/devui/radio/src/radio-group.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616

1717
.#{$devui-prefix}-radio__wrapper {
18-
height: 28px;
18+
min-height: 28px;
1919

2020
&:not(:last-child) {
2121
padding-right: 20px;

packages/devui-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-devui",
3-
"version": "1.6.7",
3+
"version": "1.6.8",
44
"license": "MIT",
55
"description": "DevUI components based on Vite and Vue3",
66
"keywords": [

0 commit comments

Comments
 (0)