no message

This commit is contained in:
kuaifan 2022-06-04 13:05:51 +08:00
parent 7c40441f41
commit a494709177
8 changed files with 19 additions and 17 deletions

2
public/css/app.css vendored

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

View File

@ -1 +1 @@
c543dc449aa67ce8
92d5ed8ad30b6062

View File

@ -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"

View File

@ -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;