Index: arms/css/jspreadsheet/custom_sheet.css
===================================================================
diff -u -rb6e72b65acf4fbfdbcb4c22afdb880bcf1c60c61 -rb16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044
--- arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision b6e72b65acf4fbfdbcb4c22afdb880bcf1c60c61)
+++ arms/css/jspreadsheet/custom_sheet.css (.../custom_sheet.css) (revision b16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044)
@@ -35,7 +35,7 @@
.jexcel_content{
padding-right: 0 !important;
- font-size: 12px;
+ font-size: 13px;
line-height: 20px !important; /* 행간 설정 */
}
@@ -126,7 +126,7 @@
color: var(--dark_jexcel_row_col_header_color) !important;
font-weight: 300 !important;
- font-size: 12px !important;
+ font-size: 13px !important;
background: rgba(51,51,51,0.95); !important;
Index: backoffice/html/scheduleConfig/content-container.html
===================================================================
diff -u -rb883d54438fa7994c8a4c9165fa2c5d3a84dd383 -rb16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044
--- backoffice/html/scheduleConfig/content-container.html (.../content-container.html) (revision b883d54438fa7994c8a4c9165fa2c5d3a84dd383)
+++ backoffice/html/scheduleConfig/content-container.html (.../content-container.html) (revision b16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044)
@@ -304,7 +304,7 @@
-
Index: backoffice/js/scheduleConfig.js
===================================================================
diff -u -r49401aab3cad938c3f2ebf73e972eadd4d897b62 -rb16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044
--- backoffice/js/scheduleConfig.js (.../scheduleConfig.js) (revision 49401aab3cad938c3f2ebf73e972eadd4d897b62)
+++ backoffice/js/scheduleConfig.js (.../scheduleConfig.js) (revision b16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044)
@@ -491,7 +491,7 @@
data: getExcelData()
}, getOptions()));
- let jexcel_content_height = getTargetRect("height") - 40 - 30 - 35 - 34;
+ let jexcel_content_height = getTargetRect("height") - 40 - 30 - 25;
$($targetId + " .jexcel_content").css("max-height", jexcel_content_height);
$($targetId + " .jexcel_content").css("width", "100%");
});
@@ -509,7 +509,7 @@
data: getExcelData()
}, getOptions()));
- let jexcel_content_height = getTargetRect("height") - 40 - 30 - 35 - 34;
+ let jexcel_content_height = getTargetRect("height") - 40 - 30 - 25;
$($targetId + " .jexcel_content").css("max-height", jexcel_content_height);
$($targetId + " .jexcel_content").css("width", "100%");
Index: backoffice/mock/scheduleConfig_excel.json
===================================================================
diff -u -r7aaac94fdc6e6d20fdc16737c48c3689320e0163 -rb16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044
--- backoffice/mock/scheduleConfig_excel.json (.../scheduleConfig_excel.json) (revision 7aaac94fdc6e6d20fdc16737c48c3689320e0163)
+++ backoffice/mock/scheduleConfig_excel.json (.../scheduleConfig_excel.json) (revision b16cd8bfe9f3f99ef4c5f71bb215c0aea54fa044)
@@ -16,5 +16,71 @@
"12h 33m 22s",
"success",
"3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
+ ],
+ [ "2024/08/03 12:00:00",
+ "2024/08/03 13:00:00",
+ "12h 33m 22s",
+ "success",
+ "3"
]
]
\ No newline at end of file