Commit 7f16d54a by yuananting

fix:修改复制文本样式

parent 2728a216
......@@ -40,9 +40,9 @@
justify-content: space-between;
.editor-box_content {
width: calc(100% - 80px);
p {
display: inline;
}
// p {
// display: inline;
// }
}
.editor-limit {
padding-right: 12px;
......@@ -60,7 +60,7 @@
max-height: 110px;
overflow: auto;
p {
display: inline;
// display: inline;
overflow-y: scroll;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment