fix: 🧩 bug修复

This commit is contained in:
2025-07-01 16:00:05 +08:00
parent fd35dc532b
commit 8524d2112e
7 changed files with 22 additions and 14 deletions

View File

@@ -159,7 +159,7 @@
show-checkbox
check-strictly
@change="handleSelectChange(_ruleForm[`${item.prop}`], item.prop)"
style="max-width: 240px"
style="max-width: 340px"
/>
</template>
<template v-if="item.type === 'treeSelects'">
@@ -171,7 +171,7 @@
show-checkbox
check-strictly
check-on-click-node
style="width: 240px"
style="width: 340px"
/>
</template>
<template v-if="item.type === 'treeSelectInput'">