|
|
@@ -271,7 +271,7 @@
|
|
|
<button type="button" class="btn btn-success btn-lg" onclick="fnSocialGoodsSave();">저장</button>
|
|
|
</li>
|
|
|
</ul>
|
|
|
- <div id="gridGoodsList" style="width: 100%; height: 700px" class="ag-theme-balham"></div>
|
|
|
+ <div id="gridGoodsList" style="width: 100%; height: 700px" class="ag-theme-balham lh60"></div>
|
|
|
|
|
|
|
|
|
<!-- <li class="boxContentBtnB" style="margin-top: 10px;">
|
|
|
@@ -546,6 +546,7 @@
|
|
|
|
|
|
var gridOptionsGoods = gagaAgGrid.getGridOptions(columnDefsGoods);
|
|
|
gridOptionsGoods.rowSelection = 'multiple';
|
|
|
+ gridOptionsGoods.rowHeight = 60; //이미지가 있을경우 높이 지정해야함.
|
|
|
|
|
|
// 소셜 상품 목록 검색
|
|
|
var fnSearchSocialGoodsList = function(socialSq) {
|