新增页面样式调整

zhc4dev
暖暖 2 years ago
parent f0c9bbf6b6
commit e9dd035b75
  1. 7
      ant-design-vue-jeecg/src/views/process/modules/ZyClothsComponentForm.vue
  2. 7
      ant-design-vue-jeecg/src/views/process/modules/ZyClothsModularForm.vue

@ -206,4 +206,9 @@
},
}
}
</script>
</script>
<style scoped>
.ant-form-item{
margin-bottom: 16px;
}
</style>

@ -183,4 +183,9 @@
},
}
}
</script>
</script>
<style scoped>
.ant-form-item{
margin-bottom: 16px;
}
</style>
Loading…
Cancel
Save