Browse Source

Merge branch 'lwx_v12'

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

16
src/components/lowCode/newFormItem.vue

@ -490,7 +490,7 @@ const labelMaxWidth = computed(()=>{
/>
</el-form-item>
</template>
<style lang='scss' scoped>
<style lang='scss' >
.rlabel{
label{
height: 100%;
@ -500,4 +500,18 @@ const labelMaxWidth = computed(()=>{
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>

Loading…
Cancel
Save