Просмотр исходного кода

상품상세 창 사이즈 조정

eskim 5 лет назад
Родитель
Сommit
f36610167a

+ 4 - 3
style24.admin/src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -14,13 +14,12 @@
  * 1.0  2020.10.23   eskim       최초 작성
  * 1.0  2020.10.23   eskim       최초 작성
  *******************************************************************************
  *******************************************************************************
  -->
  -->
-	<div class="modalPopup" data-width="1500"> <!-- data-width="1500" data-height="870" -->
+	<div class="modalPopup" data-width="1500" > <!-- data-width="1500" data-height="870" -->
 		<div class="panelStyle">
 		<div class="panelStyle">
 			<div class="panelTitle">
 			<div class="panelTitle">
 				<h2>상품상세</h2>
 				<h2>상품상세</h2>
 				<button type="button" class="close" onclick="fnGoodsDetailClose()"><i class="fa fa-times"></i></button>
 				<button type="button" class="close" onclick="fnGoodsDetailClose()"><i class="fa fa-times"></i></button>
 			</div>
 			</div>
-			<div class="panelContent">
 			<form id="goodsDetailForm" name="goodsDetailForm" action="#" th:method="post">
 			<form id="goodsDetailForm" name="goodsDetailForm" action="#" th:method="post">
 				<input type="hidden" id="mode" name="mode" th:value="${params.mode}"/>
 				<input type="hidden" id="mode" name="mode" th:value="${params.mode}"/>
 				<input type="hidden" id="goodsCd" name="goodsCd" th:value="${params.goodsCd}"/>
 				<input type="hidden" id="goodsCd" name="goodsCd" th:value="${params.goodsCd}"/>
@@ -36,6 +35,7 @@
 				<input type="hidden" id="goodsType" name="goodsType" />
 				<input type="hidden" id="goodsType" name="goodsType" />
 				<input type="hidden" id="goodsComposeList" name="goodsComposeList" />
 				<input type="hidden" id="goodsComposeList" name="goodsComposeList" />
 				<input type="hidden" id="repGoodsCd" name="repGoodsCd" /> <!-- 대표상품(딜 가격) -->
 				<input type="hidden" id="repGoodsCd" name="repGoodsCd" /> <!-- 대표상품(딜 가격) -->
+			<div class="panelContent">
 				<table class="frmStyle">
 				<table class="frmStyle">
 					<colgroup>
 					<colgroup>
 						<col width="11%"/>
 						<col width="11%"/>
@@ -547,8 +547,9 @@
 					<!-- //TABS BUTTON AREA -->
 					<!-- //TABS BUTTON AREA -->
 				</div>
 				</div>
 				<!-- //TABS SPACE -->
 				<!-- //TABS SPACE -->
-			</form>
+			
 			</div>	<!--  class=panelContent -->
 			</div>	<!--  class=panelContent -->
+			</form>
 		</div>	<!--  class=panelStyle -->
 		</div>	<!--  class=panelStyle -->
 	</div> <!--  class=modalPopup -->
 	</div> <!--  class=modalPopup -->
 <script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>
 <script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>

+ 2 - 2
style24.scm/src/main/webapp/WEB-INF/views/goods/GoodsDetailForm.html

@@ -20,7 +20,6 @@
 				<h2>상품상세</h2>
 				<h2>상품상세</h2>
 				<button type="button" class="close" onclick="fnGoodsDetailClose()"><i class="fa fa-times"></i></button>
 				<button type="button" class="close" onclick="fnGoodsDetailClose()"><i class="fa fa-times"></i></button>
 			</div>
 			</div>
-			<div class="panelContent">
 			<form id="goodsDetailForm" name="goodsDetailForm" action="#" th:method="post">
 			<form id="goodsDetailForm" name="goodsDetailForm" action="#" th:method="post">
 				<input type="hidden" id="mode" name="mode" th:value="${params.mode}"/>
 				<input type="hidden" id="mode" name="mode" th:value="${params.mode}"/>
 				<input type="hidden" id="goodsCd" name="goodsCd" th:value="${params.goodsCd}"/>
 				<input type="hidden" id="goodsCd" name="goodsCd" th:value="${params.goodsCd}"/>
@@ -37,6 +36,7 @@
 				<input type="hidden" id="goodsType" name="goodsType" />
 				<input type="hidden" id="goodsType" name="goodsType" />
 				<input type="hidden" id="goodsComposeList" name="goodsComposeList" />
 				<input type="hidden" id="goodsComposeList" name="goodsComposeList" />
 				<input type="hidden" id="costPrice" name="costPrice" />
 				<input type="hidden" id="costPrice" name="costPrice" />
+			<div class="panelContent">
 				<table class="frmStyle">
 				<table class="frmStyle">
 					<colgroup>
 					<colgroup>
 						<col width="11%"/>
 						<col width="11%"/>
@@ -537,8 +537,8 @@
 					<!-- //TABS BUTTON AREA -->
 					<!-- //TABS BUTTON AREA -->
 				</div>
 				</div>
 				<!-- //TABS SPACE -->
 				<!-- //TABS SPACE -->
-			</form>
 			</div>	<!--  class=panelContent -->
 			</div>	<!--  class=panelContent -->
+			</form>
 		</div>	<!--  class=panelStyle -->
 		</div>	<!--  class=panelStyle -->
 	</div> <!--  class=modalPopup -->
 	</div> <!--  class=modalPopup -->
 <script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>
 <script type="text/javascript" src="/ux/plugins/summernote/summernote.js?v=2020103001"></script>