瀏覽代碼

textareaR15 class 추가

gagamel 4 年之前
父節點
當前提交
8d6b0a1c2d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/webapp/WEB-INF/views/customer/OneToOneQnaDetailForm.html

+ 1 - 1
src/main/webapp/WEB-INF/views/customer/OneToOneQnaDetailForm.html

@@ -127,7 +127,7 @@
 								<span id="dpLocAnsContent">0</span>/4,000Byte
 							</th>
 							<td>
-								<textarea class="textareaR4" style="resize: none;" name="ansContent" th:text="*{ansContent}" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));" required="required" data-valid-name="답변 내용"></textarea>
+								<textarea class="textareaR15" style="resize: none;" name="ansContent" th:text="*{ansContent}" onkeyup="cfnGetTextLength(this, 4000, $('#dpLocAnsContent'));" required="required" data-valid-name="답변 내용"></textarea>
 							</td>
 						</tr>
 					</tbody>