mirror of
https://github.com/1024-lab/smart-admin.git
synced 2026-06-02 03:55:59 +00:00
v3.22.0 【新增】优化代码生成;【新增】优化角色列宽
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
});
|
||||
|
||||
const props = defineProps({
|
||||
value: [Array, String],
|
||||
value: [Array, String, Number],
|
||||
placeholder: {
|
||||
type: String,
|
||||
default: '请选择字典',
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
|
||||
const props = defineProps({
|
||||
dictCode: String,
|
||||
value: [Array, String],
|
||||
value: [Array, String, Number],
|
||||
mode: {
|
||||
type: String,
|
||||
default: 'combobox',
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
<style scoped lang="less">
|
||||
.height100 {
|
||||
height: 100%;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.role-setting {
|
||||
width: calc(100% - 250px);
|
||||
|
||||
Reference in New Issue
Block a user