mirror of
https://github.com/kuaifan/dootask.git
synced 2026-08-01 19:05:55 +00:00
no message
This commit is contained in:
parent
7c40441f41
commit
a494709177
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
c543dc449aa67ce8
|
||||
92d5ed8ad30b6062
|
||||
|
||||
@ -180,7 +180,7 @@
|
||||
</template>
|
||||
</ul>
|
||||
</DropdownItem>
|
||||
<DropdownItem name="emoji">
|
||||
<DropdownItem name="emoji" class="dropdown-emoji">
|
||||
<ul class="operate-emoji scrollbar-hidden">
|
||||
<li
|
||||
v-for="(emoji, key) in operateEmojis"
|
||||
|
||||
@ -988,6 +988,18 @@
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
.dropdown-emoji {
|
||||
position: relative;
|
||||
&:before {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background-color: #f4f5f5;
|
||||
}
|
||||
}
|
||||
.operate-action {
|
||||
width: 316px;
|
||||
padding: 8px;
|
||||
@ -1018,16 +1030,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
&:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background-color: #f4f5f5;
|
||||
}
|
||||
> li {
|
||||
list-style: none;
|
||||
width: 44px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user