|
@@ -829,6 +829,7 @@ export default {
|
|
size="mini"
|
|
size="mini"
|
|
label-position="right"
|
|
label-position="right"
|
|
ref="orderAddForm"
|
|
ref="orderAddForm"
|
|
|
|
+ class="orderAddForm"
|
|
label-width="140px"
|
|
label-width="140px"
|
|
:model="params"
|
|
:model="params"
|
|
:rules="rules"
|
|
:rules="rules"
|
|
@@ -1167,9 +1168,13 @@ export default {
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<style scoped>
|
|
<style scoped>
|
|
|
|
+ .orderAddForm>>>.el-form-item{
|
|
|
|
+ margin-bottom: 12px;
|
|
|
|
+ }
|
|
::v-deep .singleTable .el-form-item{
|
|
::v-deep .singleTable .el-form-item{
|
|
margin-bottom: 0px;
|
|
margin-bottom: 0px;
|
|
}
|
|
}
|
|
|
|
+
|
|
</style>
|
|
</style>
|
|
|
|
|
|
|
|
|