mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-19 05:48:14 +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>
|
</template>
|
||||||
</ul>
|
</ul>
|
||||||
</DropdownItem>
|
</DropdownItem>
|
||||||
<DropdownItem name="emoji">
|
<DropdownItem name="emoji" class="dropdown-emoji">
|
||||||
<ul class="operate-emoji scrollbar-hidden">
|
<ul class="operate-emoji scrollbar-hidden">
|
||||||
<li
|
<li
|
||||||
v-for="(emoji, key) in operateEmojis"
|
v-for="(emoji, key) in operateEmojis"
|
||||||
|
|||||||
@ -988,6 +988,18 @@
|
|||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.dropdown-emoji {
|
||||||
|
position: relative;
|
||||||
|
&:before {
|
||||||
|
content: "";
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
height: 1px;
|
||||||
|
background-color: #f4f5f5;
|
||||||
|
}
|
||||||
|
}
|
||||||
.operate-action {
|
.operate-action {
|
||||||
width: 316px;
|
width: 316px;
|
||||||
padding: 8px;
|
padding: 8px;
|
||||||
@ -1018,16 +1030,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
position: relative;
|
|
||||||
&:after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
height: 1px;
|
|
||||||
background-color: #f4f5f5;
|
|
||||||
}
|
|
||||||
> li {
|
> li {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user