Skip to content

Commit

Permalink
fix(Radio): 优化单选组中,单个radio的默认高度 (#1818) (#1819)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyan95 committed Apr 1, 2024
1 parent 769e002 commit 8c98e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/devui-vue/devui/radio/src/radio-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.#{$devui-prefix}-radio__wrapper {
height: 28px;
min-height: 28px;

&:not(:last-child) {
padding-right: 20px;
Expand Down
2 changes: 1 addition & 1 deletion packages/devui-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-devui",
"version": "1.6.7",
"version": "1.6.8",
"license": "MIT",
"description": "DevUI components based on Vite and Vue3",
"keywords": [
Expand Down

0 comments on commit 8c98e3b

Please sign in to comment.