Commit 49f7233f1c4280d5e7dfab13d7d58336d71fb008

Authored by 史婷婷
1 parent 6c5c5b0e

feat: 资信详情样式优化

... ... @@ -147,7 +147,7 @@
147 147 <view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.companyMaterialSupplyPlan
148 148 }}</text></view>
149 149 </view>
150   - <view class="title-header bp">
  150 + <view class="title-header">
151 151 <image class="title-header_icon" src="/static/images/title.png" />
152 152 <span>变更记录</span>
153 153 </view>
... ... @@ -452,9 +452,6 @@ export default {
452 452 align-items: center;
453 453 padding: 32rpx 32rpx 22rpx;
454 454 border-bottom: 1rpx dashed #f0f0f0;
455   - // &.bp {
456   - // border-bottom: 1rpx solid #f0f0f0;
457   - // }
458 455
459 456 &_icon {
460 457 width: 32rpx;
... ...