css
shj
2022-07-18 97b0aeec9f31fd319b588e6a8042496d71638e27
src/components/equipmentDailog/Dailog.vue
@@ -457,7 +457,7 @@
}
.formType:after {
   content: '';
   width: 250px;
   width: 400px;
}
.formType {
   padding: 20px 20px;
@@ -465,4 +465,7 @@
   justify-content: space-between;
   flex-wrap: wrap;
}
.el-form .el-form-item:last-of-type {
    margin-bottom: 22px!important;
}
</style>