mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-10 18:02:55 +00:00
no message
This commit is contained in:
parent
8ddc507bd5
commit
0f71abdac3
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -48,8 +48,8 @@
|
||||
<template v-if="task.parent_id === 0">
|
||||
<template v-if="operationShow">
|
||||
<EDropdownItem command="favorite" :divided="turns.length > 0">
|
||||
<div class="item">
|
||||
<i class="taskfont movefont" v-html="isFavorited ? '' : ''"></i>{{$L(isFavorited ? '取消收藏' : '收藏')}}
|
||||
<div class="item" :class="{favorited: isFavorited}">
|
||||
<i class="taskfont movefont"></i>{{$L(isFavorited ? '取消收藏' : '收藏')}}
|
||||
</div>
|
||||
</EDropdownItem>
|
||||
<EDropdownItem command="send">
|
||||
|
||||
@ -61,6 +61,12 @@
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
||||
&.favorited {
|
||||
> i {
|
||||
color: #faad14;
|
||||
}
|
||||
}
|
||||
|
||||
.item-prefix {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user