Commit 48614d411663ff7345569eec47ab579135f5e465

Authored by 史婷婷
1 parent 60b2b6e3

feat: 资信管理-样式优化+文案去除

... ... @@ -141,7 +141,7 @@
141 141 </text>
142 142 </view>
143 143
144   - <view class="row"><text class="label">授信额度</text><text class="value">{{ form.companyCreditLimit }} 万元</text>
  144 + <view class="row"><text class="label">授信额度</text><text class="value">{{ form.companyCreditLimit }}</text>
145 145 </view>
146 146 <view class="row"><text class="label">结算期限</text><text class="value">{{ form.companySettlementPeriod }}</text>
147 147 </view>
... ...
... ... @@ -112,7 +112,7 @@
112 112 getDicName('CUSTOMER_CATEGORY', form.suggestedCategory, categoryOptions) }}</text>
113 113 </text>
114 114 </view>
115   - <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }} 万元</text></view>
  115 + <view class="row"><text class="label">授信额度</text><text class="value">{{ form.creditLimit }}</text></view>
116 116 <view class="row"><text class="label">结算期限</text><text class="value">{{ form.settlementPeriod }}</text>
117 117 </view>
118 118 <view class="row"><text class="label">加工操作方案</text><text class="value">{{ form.materialSupplyPlan }}</text>
... ... @@ -333,7 +333,9 @@ export default {
333 333 font-size: 28rpx;
334 334 color: rgba(0, 0, 0, 0.9);
335 335 text-align: right;
336   -
  336 + white-space: pre-wrap;
  337 + word-break: break-all;
  338 +
337 339 .category {
338 340 display: inline-block;
339 341 padding: 4rpx 12rpx;
... ...