feat: 标准库
This commit is contained in:
@@ -92,17 +92,11 @@
|
||||
}
|
||||
},
|
||||
width: {
|
||||
type: Number,
|
||||
type: String,
|
||||
default () {
|
||||
return 593;
|
||||
return "";
|
||||
}
|
||||
},
|
||||
height: {
|
||||
type: Number,
|
||||
default () {
|
||||
return 300;
|
||||
}
|
||||
}
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
@@ -110,7 +104,7 @@
|
||||
isShowSelect: false, // 是否显示树状选择器
|
||||
options: [],
|
||||
selectedData: [], // 选中的节点
|
||||
style: 'width:' + this.width + 'px;' + 'height:' + this.height + 'px;',
|
||||
style: 'width:' + this.width + 'px;' + 'height:100%;',
|
||||
selectStyle: 'width:100%;',
|
||||
checkedIds: [],
|
||||
checkedData: []
|
||||
|
||||
Reference in New Issue
Block a user