v3.22.0 【新增】优化代码生成;【新增】优化角色列宽

This commit is contained in:
zhuoda
2025-05-27 20:01:56 +08:00
parent 110d998dda
commit 921ab8023f
14 changed files with 55 additions and 78 deletions

View File

@@ -36,7 +36,7 @@
});
const props = defineProps({
value: [Array, String],
value: [Array, String, Number],
placeholder: {
type: String,
default: '请选择字典',

View File

@@ -33,7 +33,7 @@
const props = defineProps({
dictCode: String,
value: [Array, String],
value: [Array, String, Number],
mode: {
type: String,
default: 'combobox',

View File

@@ -41,6 +41,7 @@
<style scoped lang="less">
.height100 {
height: 100%;
flex-wrap: nowrap;
}
.role-setting {
width: calc(100% - 250px);