Explorar el Código

报价单新建优化

qymljy hace 11 meses
padre
commit
c4391f308a

+ 1 - 1
src/Form/QuotedPrice/edit.vue

@@ -9,7 +9,7 @@
         :show-close="false"
         append-to-body
         @close="onClose">
-      <div class="drawer__panel" style="margin-bottom: 0px">
+      <div class="drawer__panel" >
         <el-row style="margin-top: 10px" :gutter="10">
           <el-form :model="form" :rules="rules" ref="form"  size="mini" label-position="right">
             <el-col :span="24">

+ 1 - 1
src/HDrpManagement/projectChange/modules/modules/quotation/modules/add.vue

@@ -9,7 +9,7 @@
         append-to-body
         :show-close="false"
         @close="onClose">
-      <div class="drawer__panel" style="margin-bottom: 0px">
+      <div class="drawer__panel" >
         <el-row style="margin-top: 10px" :gutter="10">
           <el-form ref="form" :model="form" :rules="rules" label-position="right" size="mini">
             <el-col :span="24">

+ 1 - 1
src/SDrpManagement/QuotedPrice/modules/ProjectQuotationAdd.vue

@@ -8,7 +8,7 @@
         append-to-body
         :show-close="false"
         @close="onClose">
-      <div class="drawer__panel" style="margin-bottom: 0px">
+      <div class="drawer__panel">
         <el-row style="margin-top: 10px" :gutter="10">
           <el-form :model="form" :rules="rules" ref="form"  size="mini" label-position="right">
             <el-col :span="24">