[优化]在线表格文档的页面宽度调整为浏览器可视宽度

This commit is contained in:
zmister 2022-03-29 19:50:41 +08:00
parent af808909f5
commit a5acaf8375

View File

@ -50,7 +50,7 @@
<textarea style="display: none;">{{ doc.pre_content }}</textarea>
{% elif doc.editor_mode == 4 %}
<style>
.big-page .doc-content,.big-page .doc-body-content-div{
.doc-content,.doc-body-content-div{
max-width: 100%;
}
</style>