建群文字改图标
This commit is contained in:
@@ -2,7 +2,9 @@
|
|||||||
<view class="page edge">
|
<view class="page edge">
|
||||||
<fy-header title="通讯录">
|
<fy-header title="通讯录">
|
||||||
<template #right>
|
<template #right>
|
||||||
<text class="ico" @click="goGroup">建群</text>
|
<view class="ico" @click="goGroup">
|
||||||
|
<wd-icon name="usergroup" size="40rpx" color="#111827" />
|
||||||
|
</view>
|
||||||
</template>
|
</template>
|
||||||
</fy-header>
|
</fy-header>
|
||||||
<fy-scroll class="edge-scroll" dock @refresh="reload">
|
<fy-scroll class="edge-scroll" dock @refresh="reload">
|
||||||
@@ -226,5 +228,5 @@ export default {
|
|||||||
.mini { width: 64rpx; height: 64rpx; display: flex; align-items: center; justify-content: center; }
|
.mini { width: 64rpx; height: 64rpx; display: flex; align-items: center; justify-content: center; }
|
||||||
.empty { text-align: center; color: #6B7280; padding: 120rpx 40rpx; font-size: 28rpx; }
|
.empty { text-align: center; color: #6B7280; padding: 120rpx 40rpx; font-size: 28rpx; }
|
||||||
.foot { display: block; text-align: center; color: #9CA3AF; font-size: 22rpx; padding: 28rpx 0 48rpx; }
|
.foot { display: block; text-align: center; color: #9CA3AF; font-size: 22rpx; padding: 28rpx 0 48rpx; }
|
||||||
.ico { padding: 8rpx 4rpx; color: #1677FF; font-size: 28rpx; font-weight: 600; }
|
.ico { width: 56rpx; height: 56rpx; display: flex; align-items: center; justify-content: center; }
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user