no message

This commit is contained in:
kuaifan 2025-08-19 12:05:23 +08:00
parent 8f3e250073
commit d048aa33f7
2 changed files with 5 additions and 2 deletions

View File

@ -110,7 +110,7 @@
<!-- 会员会话 --> <!-- 会员会话 -->
<template v-else> <template v-else>
<ul v-if="showSelectAll || switchActive=='contact'" class="sticky-top"> <ul v-if="showSelectAll || switchActive=='contact'" class="sticky-top">
<li :class="selectClass('all')"> <li :class="selectClass('all')" class="select-view">
<div v-if="showSelectAll" @click="onSelectAll" class="user-modal-label"> <div v-if="showSelectAll" @click="onSelectAll" class="user-modal-label">
<Icon class="user-modal-icon" :type="selectIcon('all')"/> <Icon class="user-modal-icon" :type="selectIcon('all')"/>
<span>{{ $L('全选') }}</span> <span>{{ $L('全选') }}</span>

View File

@ -346,6 +346,10 @@
} }
} }
&.select-view {
gap: 12px;
}
.user-modal-icon { .user-modal-icon {
flex-shrink: 0; flex-shrink: 0;
font-size: 22px; font-size: 22px;
@ -370,7 +374,6 @@
.user-modal-view { .user-modal-view {
flex-shrink: 0; flex-shrink: 0;
margin-left: 12px;
} }
.user-modal-avatar { .user-modal-avatar {