mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-11 18:42:54 +00:00
no message
This commit is contained in:
parent
8f3e250073
commit
d048aa33f7
@ -110,7 +110,7 @@
|
||||
<!-- 会员、会话 -->
|
||||
<template v-else>
|
||||
<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">
|
||||
<Icon class="user-modal-icon" :type="selectIcon('all')"/>
|
||||
<span>{{ $L('全选') }}</span>
|
||||
|
||||
@ -346,6 +346,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.select-view {
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.user-modal-icon {
|
||||
flex-shrink: 0;
|
||||
font-size: 22px;
|
||||
@ -370,7 +374,6 @@
|
||||
|
||||
.user-modal-view {
|
||||
flex-shrink: 0;
|
||||
margin-left: 12px;
|
||||
}
|
||||
|
||||
.user-modal-avatar {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user