@ -28,7 +28,7 @@
</view>
<self-line></self-line>
<view class="lf-m-t-30 lf-m-l-32">
<view class="lf-m-t-30 lf-m-l-32 lf-m-r-32">
<view class="lf-font-32 lf-color-black lf-font-bold lf-m-b-20">物资明细</view>
<wyb-table :first-line-fixed="true" contentBgColor="#ecfaf5" :headers="headers" :contents="contents" width="100%" height="80vh"></wyb-table>
@ -60,7 +60,7 @@
<wyb-table v-if="contents.length" :first-line-fixed="true" contentBgColor="#eef6fe" :headers="headers" :contents="contents" width="max-content" height="80vh"></wyb-table>
@ -27,6 +27,7 @@
<!-- 物料table -->
<view class="box">
<view class="lf-font-32 lf-color-black lf-font-bold lf-m-b-20">报价明细</view>
<wyb-table :first-line-fixed="true"
contentBgColor="#eef6fe"
:headers="headers"
@ -186,7 +186,7 @@
height: auto;
.list{
padding: 30rpx 0;
border-bottom: 1rpx solid #e5e5e5;
// border-bottom: 1rpx solid #e5e5e5;
font-size: 28rpx;
color: #555555;
&:last-child{