|
@@ -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); */
|
|
|
}
|