Sfoglia il codice sorgente

完善ipu-form样式-fourth

chenxy41 3 anni fa
parent
commit
cd019c74ad
1 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 3 2
      2022/aiot-evaluate/src/components/form/IpuForm.vue

+ 3 - 2
2022/aiot-evaluate/src/components/form/IpuForm.vue

@ -116,7 +116,6 @@ const props = defineProps({
116 116
    default: false
117 117
  }
118 118
});
119
console.log(props.inline, '###');
120 119
const emits = defineEmits(['changeEvent', 'blurEvent']);
121 120
122 121
// 触发change事件
@ -148,5 +147,7 @@ defineExpose({
148 147
</script>
149 148
150 149
<style lang="scss" scoped>
151
150
  :deep(.el-form-item__label-wrap){
151
    margin-left: 0 !important;
152
  }
152 153
</style>