Browse Source

Update Editormd.vue

star7th 7 years ago
parent
commit
677f92aeb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web_src/src/components/common/Editormd.vue

+ 1 - 1
web_src/src/components/common/Editormd.vue

@@ -221,7 +221,7 @@ export default {
 
         });
 
-        $("th").css("width","150px");
+        $("th").css("width","180px");
         //图片点击放大
         $("#"+this.id+" img").click(function(){
           var  img_url = $(this).attr("src");