star7th 6 years ago
parent
commit
4128f1a350
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/item/show/show_regular_item/Index.vue

+ 1 - 1
web_src/src/components/item/show/show_regular_item/Index.vue

@@ -127,7 +127,7 @@
       childRef.hide_menu();
       this.show_page_bar = false;
       var doc_container = document.getElementById('doc-container') ;
-      doc_container.style.width = '95%';
+      doc_container.style.width = '100%';
       doc_container.style.padding = '5px';
       var header = document.getElementById('header') ;
       header.style.height = '10px';