Ver código fonte

报价单调整

qymljy 2 anos atrás
pai
commit
ed70f7487f

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

@@ -242,7 +242,7 @@
       <div >
         <el-divider></el-divider>
       </div>
-      <div style="margin:30px 20px 20px 20px">
+      <div style="margin:10px 20px 20px 20px">
         <quotedPriceProduct :id="form.sa_projectid" ref="quoterPrice" @checkForm="onSubmit" @totalPrice="queryTotalPrice"></quotedPriceProduct>
       </div>
       <div class="fixed__btn__panel">

+ 4 - 4
src/SDrpManagement/QuotedPrice/components/quotedPriceProduct.vue

@@ -13,10 +13,10 @@
       </el-input>
 
 <!--      <importExcel style="float: right" @onSuccess="onSuccess"></importExcel>-->
-      <productTable style="float: right;margin-right: 10px" :id="id" @checkForm="checkForm" ref="quoterPrice" @productAdd="productInitialization"></productTable>
+      <productTable style="float: right;margin-right: 10px;margin-bottom: 10px" :id="id" @checkForm="checkForm" ref="quoterPrice" @productAdd="productInitialization"></productTable>
       <delProduct style="float: right;margin-right: 10px" :data="selectDel" @delSuccess="delSuccess"></delProduct>
     </div>
-    <div class="produtMag-panel">
+    <div class="produtMag-panel" >
       <el-table
           ref="multipleTable"
           :data="list"
@@ -427,11 +427,11 @@ export default {
 
 <style scoped>
 .produtMag-panel{
-   margin-top: 0px;
+   margin-top: 15px;
   background: #fff;
   border-radius:5px;
 
-  border:1px solid rgb(0 0 0 / 1%)
+  border:1px solid rgb(0 0 0 / 5%)
   /* box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
   transform: translate3d(0,-2px,0); */
 }