Skip to content

Commit

Permalink
[优化]在线表格文档的页面宽度调整为浏览器可视宽度
Browse files Browse the repository at this point in the history
  • Loading branch information
zmister committed Mar 29, 2022
1 parent af80890 commit a5acaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/app_doc/doc.html
Expand Up @@ -50,7 +50,7 @@ <h1>{{ doc.name }}</h1><hr>
<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>
Expand Down

0 comments on commit a5acaf8

Please sign in to comment.