fix: 表头字体调整。
This commit is contained in:
@@ -75,7 +75,7 @@
|
|||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">储蓄账户:</text>
|
<text class="row-label">储蓄账户:</text>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">转出账户:</text>
|
<text class="row-label">转出账户:</text>
|
||||||
|
|||||||
@@ -75,7 +75,7 @@
|
|||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">转出账户:</text>
|
<text class="row-label">转出账户:</text>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@
|
|||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
<text class="row-label">交易类型:</text>
|
<text class="row-label">交易类型:</text>
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header" @click="enterDetails(item)">
|
<view class="item-header" @click="enterDetails(item)">
|
||||||
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
<u--text suffixIcon="arrow-right" lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
|
||||||
:text="item.bankNameCode+':分期'+item.installmentAmount+',共'+item.period+'期'" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.bankNameCode+':分期'+item.installmentAmount+',共'+item.period+'期'" size="28rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<!-- <view class="item-row">
|
<!-- <view class="item-row">
|
||||||
<text class="row-label">分期金额:</text>
|
<text class="row-label">分期金额:</text>
|
||||||
|
|||||||
Reference in New Issue
Block a user