Commit 7f16d54a by yuananting

fix:修改复制文本样式

parent 2728a216
...@@ -40,9 +40,9 @@ ...@@ -40,9 +40,9 @@
justify-content: space-between; justify-content: space-between;
.editor-box_content { .editor-box_content {
width: calc(100% - 80px); width: calc(100% - 80px);
p { // p {
display: inline; // display: inline;
} // }
} }
.editor-limit { .editor-limit {
padding-right: 12px; padding-right: 12px;
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
max-height: 110px; max-height: 110px;
overflow: auto; overflow: auto;
p { p {
display: inline; // display: inline;
overflow-y: scroll; 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