|
|
|
@ -490,7 +490,7 @@ const labelMaxWidth = computed(()=>{ |
|
|
|
/> |
|
|
|
</el-form-item> |
|
|
|
</template> |
|
|
|
<style lang='scss' > |
|
|
|
<style lang='scss' scoped> |
|
|
|
.rlabel{ |
|
|
|
label{ |
|
|
|
height: 100%; |
|
|
|
@ -501,7 +501,7 @@ const labelMaxWidth = computed(()=>{ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox { |
|
|
|
:deep .el-checkbox { |
|
|
|
|
|
|
|
--el-checkbox-disabled-checked-input-fill: #eaf2ff; |
|
|
|
--el-checkbox-disabled-checked-input-border-color: #1e5eff; |
|
|
|
@ -509,7 +509,7 @@ const labelMaxWidth = computed(()=>{ |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.el-checkbox__input.is-disabled+span.el-checkbox__label { |
|
|
|
:deep .el-checkbox__input.is-disabled+span.el-checkbox__label { |
|
|
|
color: black; |
|
|
|
cursor: not-allowed; |
|
|
|
} |
|
|
|
|