Authored by 张帅

字数限制

@@ -47,7 +47,7 @@ @@ -47,7 +47,7 @@
47 <tr style="height: 60px"> 47 <tr style="height: 60px">
48 <td> 48 <td>
49 <span style="color:red">*</span><label>文字内容</label> <br> 49 <span style="color:red">*</span><label>文字内容</label> <br>
50 - <textarea rows="2" id="content" style="width:60% " name = "content" class="form-control" placeholder="" required="" maxlength="600"></textarea> 50 + <textarea rows="3" id="content" style="width:60% " name = "content" class="form-control" placeholder="" required="" maxlength="500"></textarea>
51 </td> 51 </td>
52 </tr> 52 </tr>
53 53