From 8c98e3b1e94acbfea30059ebf16c58142dff799c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A1=8C=E8=A8=80?= <2311595895@qq.com> Date: Mon, 1 Apr 2024 17:22:11 +0800 Subject: [PATCH] =?UTF-8?q?fix(Radio):=20=E4=BC=98=E5=8C=96=E5=8D=95?= =?UTF-8?q?=E9=80=89=E7=BB=84=E4=B8=AD=EF=BC=8C=E5=8D=95=E4=B8=AAradio?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E9=AB=98=E5=BA=A6=20(#1818)=20(#181?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/devui-vue/devui/radio/src/radio-group.scss | 2 +- packages/devui-vue/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/devui-vue/devui/radio/src/radio-group.scss b/packages/devui-vue/devui/radio/src/radio-group.scss index f3ebf228df..b809ddf672 100644 --- a/packages/devui-vue/devui/radio/src/radio-group.scss +++ b/packages/devui-vue/devui/radio/src/radio-group.scss @@ -15,7 +15,7 @@ } .#{$devui-prefix}-radio__wrapper { - height: 28px; + min-height: 28px; &:not(:last-child) { padding-right: 20px; diff --git a/packages/devui-vue/package.json b/packages/devui-vue/package.json index 8fa4a1af0e..e6b7b16f75 100644 --- a/packages/devui-vue/package.json +++ b/packages/devui-vue/package.json @@ -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": [