fix: 表头字体调整。

This commit is contained in:
tianyongbao
2024-12-14 11:08:44 +08:00
parent c1ec41d584
commit 2014678e14
5 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<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 class="item-row">
<text class="row-label">储蓄账户</text>

View File

@@ -70,7 +70,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<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 class="item-row">
<text class="row-label">转出账户</text>

View File

@@ -75,7 +75,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<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 class="item-row">
<text class="row-label">转出账户</text>

View File

@@ -70,7 +70,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<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 class="item-row">
<text class="row-label">交易类型</text>

View File

@@ -31,7 +31,7 @@
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<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 class="item-row">
<text class="row-label">分期金额</text>