에디터에 그림자 효과 추가

This commit is contained in:
yunjy
2022-02-14 17:45:32 +09:00
parent 63998adfd0
commit e1968a8c07
@@ -184,7 +184,7 @@
<div class="form-group row">
<label class="col-sm-3 col-form-label">응답 Body1</label>
<div class="col-sm-9">
<div id="responseBody1" style="height:400px"></div>
<div id="responseBody1" class="shadow-sm" style="height:400px"></div>
<!-- <textarea class="form-control" th:field="*{responseBody1}"-->
<!-- rows="3"></textarea>-->
</div>
@@ -196,7 +196,7 @@
<div class="col-sm-9">
<!-- <textarea class="form-control" th:field="*{responseBody2}"-->
<!-- rows="3"></textarea>-->
<div id="responseBody2" style="height:400px"></div>
<div id="responseBody2" class="shadow-sm" style="height:400px"></div>
</div>
</div>
</div>