fix: 任务窗口详情描述内容溢出
This commit is contained in:
parent
1a5e196e4e
commit
d79f3c6a80
@ -69,11 +69,17 @@
|
||||
}
|
||||
.desc {
|
||||
margin-top: 24px;
|
||||
overflow: auto;
|
||||
div[contenteditable="true"] {
|
||||
outline: none
|
||||
}
|
||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
.mce-content-body {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
&[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
}
|
||||
}
|
||||
.advanced-option {
|
||||
|
@ -91,11 +91,17 @@
|
||||
}
|
||||
.desc {
|
||||
margin-top: 10px;
|
||||
overflow: auto;
|
||||
div[contenteditable="true"] {
|
||||
outline: none
|
||||
}
|
||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
.mce-content-body {
|
||||
img {
|
||||
max-width: 100%;
|
||||
}
|
||||
&[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
||||
color: #bbbbbb;
|
||||
}
|
||||
}
|
||||
}
|
||||
.items {
|
||||
|
Loading…
x
Reference in New Issue
Block a user