[update] 修改bug80328,80288

This commit is contained in:
lideqin
2024-01-09 14:16:39 +08:00
parent b6017a7a9c
commit 3943a4b466
2 changed files with 17 additions and 5 deletions
@@ -100,7 +100,8 @@ export default {
treeScreenClass () {
return {
'my-dept-select-tree': true,
fullscreen: this.fullscreen
fullscreen: this.fullscreen,
'radio-class': !this.multi
}
}
},
@@ -332,4 +333,11 @@ export default {
background: #fff;
border-radius: 0 0 2px 2px;
}
// 单选
.radio-class {
/deep/ .ant-tree-checkbox-inner {
border-radius: 8px;
}
}
</style>
@@ -253,19 +253,23 @@ export default {
processInfoForm: this.$form.createForm(this),
labelCol: {
xs: { span: 24 },
sm: { span: 4 }
sm: { span: 6 },
xxl: { span: 4 }
},
wrapperCol: {
xs: { span: 24 },
sm: { span: 20 }
sm: { span: 18 },
xxl: { span: 20 }
},
longLabelCol: {
xs: { span: 24 },
sm: { span: 2 }
sm: { span: 3 },
xxl: { span: 2 }
},
longWrapperCol: {
xs: { span: 24 },
sm: { span: 22 }
sm: { span: 21 },
xxl: { span: 22 }
},
disabled: false,
validatorRules: {