Browse Source

多选被选中的显示效果加强

lwx_v12
liwenxuan 4 weeks ago
parent
commit
9c4a37aa89
  1. 16
      src/components/lowCode/newFormItem.vue

16
src/components/lowCode/newFormItem.vue

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

Loading…
Cancel
Save