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