Browse Source

2024-11-15

master
qiezi 1 year ago
parent
commit
cb11f17344
  1. 6
      src/views/modules/quotation/sellForQuotation.vue

6
src/views/modules/quotation/sellForQuotation.vue

@ -152,7 +152,7 @@
</el-pagination>
<!-- 标签页 -->
<el-tabs v-model="activeTabName" type="border-card" @tab-click="handleClickTab"
style="margin-top: 0px;">
style="margin-top: 0px;" class="customer-tab">
<el-tab-pane label="报价明细" name="quote_detail">
<quote-detail :header="quotationHeader"></quote-detail>
</el-tab-pane>
@ -1632,5 +1632,9 @@ export default {
color: #fff;
}
/deep/ .customer-tab .el-tabs__content {
padding: 3px !important;
}
</style>
Loading…
Cancel
Save