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
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="task.parent_id === 0">
|
||||||
<template v-if="operationShow">
|
<template v-if="operationShow">
|
||||||
<EDropdownItem command="favorite" :divided="turns.length > 0">
|
<EDropdownItem command="favorite" :divided="turns.length > 0">
|
||||||
<div class="item">
|
<div class="item" :class="{favorited: isFavorited}">
|
||||||
<i class="taskfont movefont" v-html="isFavorited ? '' : ''"></i>{{$L(isFavorited ? '取消收藏' : '收藏')}}
|
<i class="taskfont movefont"></i>{{$L(isFavorited ? '取消收藏' : '收藏')}}
|
||||||
</div>
|
</div>
|
||||||
</EDropdownItem>
|
</EDropdownItem>
|
||||||
<EDropdownItem command="send">
|
<EDropdownItem command="send">
|
||||||
|
|||||||
@ -61,6 +61,12 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
|
&.favorited {
|
||||||
|
> i {
|
||||||
|
color: #faad14;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.item-prefix {
|
.item-prefix {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user