mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 03:01:12 +00:00
no message
This commit is contained in:
parent
8f3e250073
commit
d048aa33f7
@ -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>
|
||||||
|
|||||||
@ -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 {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user