ソースを参照

Merge pull request #494 from visuddhinanda/master

简介变为textarea
visuddhinanda 4 年 前
コミット
b2b8b12a0d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/article/my_collect.js

+ 1 - 1
app/article/my_collect.js

@@ -86,7 +86,7 @@ function my_collect_edit(id) {
 					html += "<div style='display:flex;'>";
 					html += "<div style='flex:2;'>" + gLocal.gui.introduction + "</div>";
 					html += "<div style='flex:8;'>";
-					html += "<input type='input' name='summary' value='" + result.summary + "'/>";
+					html += "<textarea type='input' name='summary' style='height:150px' >" + result.summary + "</textarea>";
 					html += "</div></div>";
 
 					html += "<div style='display:flex;'>";