建群文字改图标

This commit is contained in:
2026-09-24 16:08:20 +08:00
parent 4c896c69fc
commit b9db7d7f5c
+4 -2
View File
@@ -2,7 +2,9 @@
<view class="page edge">
<fy-header title="通讯录">
<template #right>
<text class="ico" @click="goGroup">建群</text>
<view class="ico" @click="goGroup">
<wd-icon name="usergroup" size="40rpx" color="#111827" />
</view>
</template>
</fy-header>
<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; }
.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; }
.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>