fix: 统一修改,列表表头默认可两行展示。
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<!-- <view class="item-header">
|
<!-- <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.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<!-- <view class="item-header">
|
<!-- <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.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view> -->
|
</view> -->
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<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.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.name" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<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.userName+'-'+item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.userName+'-'+item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
<u-list-item v-for="(item, index) in listData" :key="index">
|
<u-list-item v-for="(item, index) in listData" :key="index">
|
||||||
<view class="list-item">
|
<view class="list-item">
|
||||||
<view class="item-header">
|
<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.userName+'-'+item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
:text="item.userName+'-'+item.mobile" size="30rpx" color="#333333" :bold="true"></u--text>
|
||||||
</view>
|
</view>
|
||||||
<view class="item-row">
|
<view class="item-row">
|
||||||
|
|||||||
Reference in New Issue
Block a user