Browse Source

修复多选间距

lwx_v12
liwenxuan 3 weeks ago
parent
commit
9fb52327a1
  1. 6
      src/components/lowCode/newFormItem.vue

6
src/components/lowCode/newFormItem.vue

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

Loading…
Cancel
Save