[update] 修改bug80328,80288
This commit is contained in:
@@ -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>
|
||||
|
||||
+8
-4
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user