fix: 统一修改,列表表头默认可两行展示。

This commit is contained in:
tianyongbao
2024-12-13 23:02:07 +08:00
parent f00986b457
commit c9b110a643
44 changed files with 44 additions and 44 deletions

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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.accountName+'交易金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -37,7 +37,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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.queryInstitution" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+ dictStr(item.dealType, dealTypeList)+'金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<!-- <view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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.futureStocksNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -30,7 +30,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">

View File

@@ -38,7 +38,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header">
<u--text lines="1" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
<u--text lines="2" iconStyle="font-size: 18px; color: #333333; font-weight:bold"
:text="item.accountName+ dictStr(item.dealType, dealTypeList)+'金额:'+item.amount" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<!-- <view class="item-row">

View File

@@ -13,7 +13,7 @@
<u-list-item v-for="(item, index) in listData" :key="index">
<view class="list-item">
<view class="item-header" @click="enterDetails(item)">
<u--text suffixIcon="arrow-right" lines="1" 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.futureStocksNameCode" size="30rpx" color="#333333" :bold="true"></u--text>
</view>
<view class="item-row">