높이 관련 인라인css 제거

main
이범준 8 months ago
parent ccf3b9efcb
commit 6793f985d3

@ -14,7 +14,7 @@
class="btn btn-md btn-secondary dropdown-toggle" class="btn btn-md btn-secondary dropdown-toggle"
data-bs-toggle="dropdown" data-bs-toggle="dropdown"
>선택</button> >선택</button>
<ul class="dropdown-menu" style="max-height: 300px;overflow-y:auto;"> <ul class="dropdown-menu oy-auto mh-px-300">
<c:forEach items="${ableFactionList}" var="item"> <c:forEach items="${ableFactionList}" var="item">
<li> <li>
<a class="dropdown-item" <a class="dropdown-item"

@ -27,7 +27,7 @@
<div class="doc-example-content fs-big" data-label="파일 현황"> <div class="doc-example-content fs-big" data-label="파일 현황">
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div id="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer"> <div id="DataTables_Table_0_wrapper" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div class="d-flex flex-row justify-content-evenly" style="max-height:400px;"> <div class="d-flex flex-row justify-content-evenly mh-px-400">
<div style="width:49%;overflow-y:auto"> <div style="width:49%;overflow-y:auto">
<h5 class="mt-3">파일트리</h5> <h5 class="mt-3">파일트리</h5>
<div id="menu-tree" class="main-left d-flex flex-column flex-grow-1"> <div id="menu-tree" class="main-left d-flex flex-column flex-grow-1">

@ -245,16 +245,16 @@
<div class="area-photoinspection h-px-200"> <div class="area-photoinspection h-px-200">
선택자료 선택자료
<strong id="curDataVhrno--${pageName}"></strong> <strong id="curDataVhrno--${pageName}"></strong>
<div id="curDataFiles--${pageName}" class="ox-scroll d-flex" <div id="curDataFiles--${pageName}" class="ox-scroll d-flex w-100 h-px-175"
style="width: 100%;height: 180px;background-color:#D9DEE3;"> style="background-color:#D9DEE3;">
</div> </div>
</div> </div>
<div class="area-photoinspection h-px-200"> <div class="area-photoinspection h-px-200">
비교자료(선택자료의 다음 자료가 보여집니다.) 비교자료(선택자료의 다음 자료가 보여집니다.)
<strong id="nextDataVhrno--${pageName}"></strong> <strong id="nextDataVhrno--${pageName}"></strong>
<div id="nextDataFiles--${pageName}" class="ox-scroll d-flex" <div id="nextDataFiles--${pageName}" class="ox-scroll d-flex w-100 h-px-175"
style="width: 100%;height: 180px;background-color:#D9DEE3;"> style="background-color:#D9DEE3;">
</div> </div>
</div> </div>

@ -3,7 +3,7 @@
<c:set var="pageKorName" scope="request">단속 파일 등록</c:set> <c:set var="pageKorName" scope="request">단속 파일 등록</c:set>
<div class="d-flex flex-column"> <div class="d-flex flex-column">
<div class="d-flex flex-row justify-content-evenly"> <div class="d-flex flex-row justify-content-evenly">
<div class="card" style="min-width:1400px;width:1400px;height:80px;"> <div class="card h-px-80 w-px-1400">
<form id="frmFirst--${pageName}" method="post" enctype="multipart/form-data"> <form id="frmFirst--${pageName}" method="post" enctype="multipart/form-data">
<div class="row g-1"> <div class="row g-1">
<div class="col-md-12"> <div class="col-md-12">
@ -42,7 +42,7 @@
</div> </div>
</div> </div>
<div class="d-flex flex-row justify-content-evenly"> <div class="d-flex flex-row justify-content-evenly">
<div class="card my-4 px-4" style="min-width:700px;max-width:700px;height:600px;"> <div class="card my-4 px-4 h-px-600 w-px-700">
<form id="frmGrid--${pageName}"> <form id="frmGrid--${pageName}">
<div> <div>
<span class="container-page-btn"> <span class="container-page-btn">
@ -147,11 +147,10 @@
</div> </div>
</form> </form>
</div> </div>
<div id="imageArea--${pageName}" class="card my-4 px-4 justify-content-center" <div id="imageArea--${pageName}" class="card my-4 px-4 w-px-600 h-px-600 justify-content-center">
style="min-width:600px;width:600px;height:600px;">
</div> </div>
<div class="card my-4 px-2" style="width:120px;height:600px;min-width:120px;"> <div class="card my-4 px-2 w-px-120 h-px-600">
<div class="d-flex my-2" style="flex-flow:column"> <div class="d-flex my-2" style="flex-flow:column">
<button type="button" id="btnInsertCrdn--${pageName}" class="btn btn-primary my-2">단속등록</button> <button type="button" id="btnInsertCrdn--${pageName}" class="btn btn-primary my-2">단속등록</button>
<button type="button" id="btnDelete--${pageName}" class="btn btn-primary my-2">삭제</button> <button type="button" id="btnDelete--${pageName}" class="btn btn-primary my-2">삭제</button>

@ -140,7 +140,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -229,7 +229,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap" id="datatable--${pageName}"> <div class="card-datatable text-nowrap" id="datatable--${pageName}">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -37,7 +37,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap" id="datatable--${pageName}"> <div class="card-datatable text-nowrap" id="datatable--${pageName}">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -193,7 +193,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive-1--${pageName}" style="height:160px;"> <div class="table-responsive ox-scroll oy-scroll h-px-150" id="table-responsive-1--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTrSumAmt--${pageName}"> <tr id="theadTrSumAmt--${pageName}">

@ -171,7 +171,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -200,7 +200,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:420px;" > <div class="table-responsive ox-scroll oy-scroll h-px-450" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -155,7 +155,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -141,7 +141,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -28,8 +28,7 @@
<div id="displayForExist--${pageName}" <div id="displayForExist--${pageName}"
style="border-style: solid;"> style="border-style: solid;">
<ul id="dragAndDrop--${pageName}" class="oy-scroll" <ul id="dragAndDrop--${pageName}" class="oy-scroll d-flex flex-wrap mh-px-650">
style="display:flex;flex-wrap:wrap;min-height: 40px;max-height: 650px;">
</ul> </ul>
</div> </div>

@ -169,7 +169,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -184,7 +184,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -174,7 +174,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -73,7 +73,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:280px;" > <div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -135,7 +135,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -39,7 +39,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -162,7 +162,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -67,7 +67,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:280px;" > <div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -136,7 +136,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -58,7 +58,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -139,7 +139,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -49,7 +49,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -143,7 +143,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:480px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="dataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="dataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -196,7 +196,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive--${pageName}" style="height:460px;" > <div class="table-responsive ox-scroll oy-scroll h-px-500" id="table-responsive--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
<tr id="theadTr--${pageName}" <tr id="theadTr--${pageName}"

@ -31,7 +31,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive-sndngDtl--${pageName}" style="height:320px;" > <div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-sndngDtl--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">

@ -151,7 +151,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_0_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive-crdnSttsHstry--${pageName}" style="height:320px;" > <div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-crdnSttsHstry--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">
@ -200,7 +200,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}"> <div class="dataTables_wrapper dt-bootstrap5 no-footer" id="DataTables_Table_1_wrapper--${pageName}">
<div class="table-responsive ox-scroll oy-scroll" id="table-responsive-1--${pageName}" style="height:320px;" > <div class="table-responsive ox-scroll oy-scroll h-px-300" id="table-responsive-1--${pageName}">
<table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer" <table class="table-layout-fixed dataTable datatables-ajax table table-bordered no-footer"
id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info"> id="DataTables_Table_1--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead class="sticky-thead"> <thead class="sticky-thead">

@ -33,7 +33,7 @@
<!-- DataTables(그리드) --> <!-- DataTables(그리드) -->
<div class="card-datatable text-nowrap"> <div class="card-datatable text-nowrap">
<div id="DataTables_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer"> <div id="DataTables_Table_0_wrapper--${pageName}" class="dataTables_wrapper dt-bootstrap5 no-footer">
<div id="table-responsive--${pageName}" class="table-responsive ox-scroll oy-scroll" style="height:336px;" > <div id="table-responsive--${pageName}" class="table-responsive ox-scroll oy-scroll h-px-350">
<table class="dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info"> <table class="dataTable datatables-ajax table table-bordered no-footer" id="DataTables_Table_0--${pageName}" aria-describedby="DataTables_Table_0_info">
<thead> <thead>
<tr id="theadTr--${pageName}"> <tr id="theadTr--${pageName}">

@ -41,7 +41,7 @@
<c:set var="pageKorName" scope="request">동영상 재생</c:set> <c:set var="pageKorName" scope="request">동영상 재생</c:set>
<input type="file" id="file" name="file" hidden accept="video/*" /> <input type="file" id="file" name="file" hidden accept="video/*" />
<div class="container-page-btn px-5 bg-program-title green cleanparking" style="width:100%;height:75px;"> <div class="container-page-btn px-5 bg-program-title green cleanparking w-100 h-px-75">
<h2 class="text-white modal-title">동영상 캡쳐</h2> <h2 class="text-white modal-title">동영상 캡쳐</h2>
<span class="container-window-btn-right"> <span class="container-window-btn-right">
@ -59,14 +59,14 @@
</div> </div>
<div class="d-flex justify-content-center"> <div class="d-flex justify-content-center">
<div class="card d-inline-flex" <div class="card d-inline-flex w-px-1400 h-px-850 p-2"
style="width:1400px;height:850px;padding: 10px;background-color: #E2E6E9;border: solid 1px #ccc;"> style="background-color: #E2E6E9;border: solid 1px #ccc;">
<div class="d-flex justify-content-center align-items-center" style="border-style: solid;width:100%;height: 100%"> <div class="d-flex justify-content-center align-items-center" style="border-style: solid;width:100%;height: 100%">
<video id="video" style="max-width:1200px;max-height:700px;" controls="true" hidden> <video id="video" class="mh-px-700 mw-px-1200" controls="true" hidden>
</video> </video>
</div> </div>
</div> </div>
<div class="card d-inline-flex ms-1" style="width:290px;height:850px;padding: 10px;"> <div class="card d-inline-flex align-items-center ms-1 w-px-300 h-px-850 p-2">
<div class="card m-1 bg-program-popup cleanparking capture-output" style="width:261px;height:144px;"> <div class="card m-1 bg-program-popup cleanparking capture-output" style="width:261px;height:144px;">
</div> </div>

@ -39,7 +39,7 @@
</div> </div>
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<span id="currentOtpt--${pageName}" class="bg-lighter h3" style="min-height:30px;"> <span id="currentOtpt--${pageName}" class="bg-lighter h3 h-px-30">
</span> </span>
<form id="frmEdit--${pageName}"> <form id="frmEdit--${pageName}">
<input type="hidden" name="sggCd" /> <input type="hidden" name="sggCd" />

@ -35,7 +35,7 @@
</div> </div>
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<span id="currentTmplat--${pageName}" class="bg-lighter h3" style="min-height:30px;"> <span id="currentTmplat--${pageName}" class="bg-lighter h3 h-px-30">
</span> </span>
<form id="frmEdit--${pageName}"> <form id="frmEdit--${pageName}">
<input type="hidden" name="sggCd" /> <input type="hidden" name="sggCd" />

@ -31,7 +31,7 @@
</div> </div>
<div class="d-flex justify-content-between"> <div class="d-flex justify-content-between">
<span id="currentOtpt--${pageName}" class="bg-lighter h3" style="min-height:30px;"> <span id="currentOtpt--${pageName}" class="bg-lighter h3 h-px-30">
</span> </span>
<form id="frmEdit--${pageName}"> <form id="frmEdit--${pageName}">
<input type="hidden" name="sggCd" /> <input type="hidden" name="sggCd" />

@ -47,7 +47,7 @@
class="btn btn-md btn-secondary dropdown-toggle" class="btn btn-md btn-secondary dropdown-toggle"
data-bs-toggle="dropdown" data-bs-toggle="dropdown"
>선택</button> >선택</button>
<ul class="dropdown-menu" style="max-height: 300px;overflow-y:auto;"> <ul class="dropdown-menu oy-auto mh-px-300">
<c:forEach items="${ableFactionList}" var="item"> <c:forEach items="${ableFactionList}" var="item">
<li> <li>
<a class="dropdown-item" <a class="dropdown-item"

@ -654,10 +654,51 @@ select.option-style-select > option[value='BLACK']{ color: var(--pdf-black);back
overflow-y: scroll; overflow-y: scroll;
} }
.mh-px-800 { .mw-px-1200 {
max-height: 800px; max-width: 1200px;
} }
.mh-px-300 { .mh-px-300 {
max-height: 300px; max-height: 300px;
} }
.mh-px-350 {
max-height: 350px;
}
.mh-px-400 {
max-height: 400px;
}
.mh-px-450 {
max-height: 450px;
}
.mh-px-500 {
max-height: 500px;
}
.mh-px-550 {
max-height: 550px;
}
.mh-px-600 {
max-height: 600px;
}
.mh-px-650 {
max-height: 650px;
}
.mh-px-700 {
max-height: 700px;
}
.mh-px-750 {
max-height: 750px;
}
.mh-px-800 {
max-height: 800px;
}

@ -10989,6 +10989,10 @@ button.list-group-item-gray.active {
width: 1300px !important; width: 1300px !important;
} }
.w-px-1400 {
width: 1400px !important;
}
.w-auto { .w-auto {
width: auto !important; width: auto !important;
} }
@ -11125,14 +11129,26 @@ button.list-group-item-gray.active {
height: 75px !important; height: 75px !important;
} }
.h-px-80 {
height: 80px !important;
}
.h-px-100 { .h-px-100 {
height: 100px !important; height: 100px !important;
} }
.h-px-125 {
height: 125px !important;
}
.h-px-150 { .h-px-150 {
height: 150px !important; height: 150px !important;
} }
.h-px-175 {
height: 175px !important;
}
.h-px-200 { .h-px-200 {
height: 200px !important; height: 200px !important;
} }
@ -11153,6 +11169,10 @@ button.list-group-item-gray.active {
height: 400px !important; height: 400px !important;
} }
.h-px-450 {
height: 450px !important;
}
.h-px-500 { .h-px-500 {
height: 500px !important; height: 500px !important;
} }
@ -11165,14 +11185,26 @@ button.list-group-item-gray.active {
height: 600px !important; height: 600px !important;
} }
.h-px-650 {
height: 650px !important;
}
.h-px-700 { .h-px-700 {
height: 700px !important; height: 700px !important;
} }
.h-px-750 {
height: 750px !important;
}
.h-px-800 { .h-px-800 {
height: 800px !important; height: 800px !important;
} }
.h-px-850 {
height: 850px !important;
}
.h-px-900 { .h-px-900 {
height: 900px !important; height: 900px !important;
} }

Loading…
Cancel
Save