mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 17:08:11 +00:00
no message
This commit is contained in:
parent
7c40441f41
commit
a494709177
2
public/css/app.css
vendored
2
public/css/app.css
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/278.js
vendored
2
public/js/build/278.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/531.js
vendored
2
public/js/build/531.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/626.js
vendored
2
public/js/build/626.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/build/812.js
vendored
2
public/js/build/812.js
vendored
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