Index: arms/css/jspreadsheet/custom_sheet.css =================================================================== diff -u -r09eb9f7e81783b861134a19488948240b7a8fdff -re2d040dbcb294d7f6c59c2fa0eea7dcea1f5af16 --- arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision 09eb9f7e81783b861134a19488948240b7a8fdff) +++ arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision e2d040dbcb294d7f6c59c2fa0eea7dcea1f5af16) @@ -38,6 +38,10 @@ --active_color: #007aff; } +.jexcel tbody tr:nth-child(even) td{ + background-color: #E6E6E6 !important; +} + .jexcel { background: #DDD; } \ No newline at end of file Index: arms/js/common/jspreadsheet/modal/fs_analysisResource.js =================================================================== diff -u -r5308ae37385134ee1601da068b272328cd7747b8 -re2d040dbcb294d7f6c59c2fa0eea7dcea1f5af16 --- arms/js/common/jspreadsheet/modal/fs_analysisResource.js (.../fs_analysisResource.js) (revision 5308ae37385134ee1601da068b272328cd7747b8) +++ arms/js/common/jspreadsheet/modal/fs_analysisResource.js (.../fs_analysisResource.js) (revision e2d040dbcb294d7f6c59c2fa0eea7dcea1f5af16) @@ -18,6 +18,7 @@ let tarId = "modal_chart"; if (selectedVersionId) { + $("#modal_chart").html(""); drawProductToManSankeyChart(selectedPdServiceId, selectedVersionId, tarId, 10000); } else { console.log("서비스 및 버전 선택이 안되어있습니다.");