모바일 : 글쓰기 SmartEditor 크기 조정
This commit is contained in:
parent
d9e979f487
commit
d5f2d55681
@ -30,6 +30,8 @@
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator" %>
|
||||
|
||||
|
||||
<c:set var="pageTitle">Q&A</c:set>
|
||||
|
||||
<c:if test='${searchArticle.articleId != null and searchArticle.articleId != ""}'>
|
||||
@ -332,7 +334,7 @@ function fn_downloadFile(attachFileId, fileSn) {
|
||||
<li class="wt-question">
|
||||
<div class="w-tit">내용</div>
|
||||
<div class="w-form">
|
||||
<textarea name="content" id="content" cols="80" rows="10" placeholder="질문하실 내용을 입력하세요.">${searchArticle.content}</textarea>
|
||||
<textarea name="content" id="content" cols="80" rows="10" placeholder="질문하실 내용을 입력하세요." style="width:100%;min-width:260px;">${searchArticle.content}</textarea>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user