mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-19 22:58:12 +00:00
no message
This commit is contained in:
parent
2860c4cbe6
commit
e78513cb80
@ -460,7 +460,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="twice-affirm-body-extend">
|
<div class="twice-affirm-body-extend">
|
||||||
<div class="dialog-wrapper-forward-body">
|
<div class="dialog-wrapper-forward-body">
|
||||||
<div class="dialog-wrapper ">
|
<div class="dialog-wrapper">
|
||||||
<div class="dialog-scroller">
|
<div class="dialog-scroller">
|
||||||
<DialogItem :source="operateItem" simpleView :dialogAvatar="false"/>
|
<DialogItem :source="operateItem" simpleView :dialogAvatar="false"/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -1797,24 +1797,25 @@ body:not(.window-touch) {
|
|||||||
|
|
||||||
.dialog-wrapper-forward-body {
|
.dialog-wrapper-forward-body {
|
||||||
.dialog-wrapper {
|
.dialog-wrapper {
|
||||||
position: relative !important;
|
position: relative;
|
||||||
|
|
||||||
.dialog-scroller {
|
.dialog-scroller {
|
||||||
padding: 0 !important;
|
position: relative;
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
.dialog-item {
|
.dialog-item {
|
||||||
.dialog-view {
|
.dialog-view {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 100% !important;
|
max-width: 100%;
|
||||||
margin: 0 !important;
|
margin: 0;
|
||||||
|
|
||||||
.dialog-head {
|
.dialog-head {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: 8px !important;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog-foot {
|
.dialog-foot {
|
||||||
display: none !important;
|
display: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1827,10 +1828,10 @@ body:not(.window-touch) {
|
|||||||
background-color: #F4F5F7;
|
background-color: #F4F5F7;
|
||||||
|
|
||||||
.content-text {
|
.content-text {
|
||||||
color: #303133 !important;
|
color: #303133;
|
||||||
|
|
||||||
.markdown-body {
|
.markdown-body {
|
||||||
color: #303133 !important;
|
color: #303133;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1842,7 +1843,7 @@ body:not(.window-touch) {
|
|||||||
.reply-avatar {
|
.reply-avatar {
|
||||||
.bot,
|
.bot,
|
||||||
.common-avatar {
|
.common-avatar {
|
||||||
color: #84C56A !important;
|
color: #84C56A;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user