mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-09 07:51:10 +08:00
fix(form-field): 移除overflow-hidden以修复radio波纹效果显示问题
This commit is contained in:
@@ -324,7 +324,8 @@ onUnmounted(() => {
|
||||
<VbenRenderContent :content="label" />
|
||||
</template>
|
||||
</FormLabel>
|
||||
<div class="flex-auto overflow-hidden p-[1px]">
|
||||
<!-- overflow-hidden导致radio的波纹效果无法显示 -->
|
||||
<div class="flex-auto p-[1px]">
|
||||
<div :class="cn('relative flex w-full items-center', wrapperClass)">
|
||||
<FormControl :class="cn(controlClass)">
|
||||
<slot
|
||||
|
||||
Reference in New Issue
Block a user