인라인css 제거

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

@ -24,7 +24,7 @@
<button id="menuToggler" onclick="toggleMenus();" class="btn btn-primary"></button>
</span>
</div>
<div id="menuTree" style="padding-top:1em; min-height:26em; overflow:auto;">
<div id="menuTree" class="pt-3 ox-auto oy-auto">
</div>
</div>
</div>

@ -102,7 +102,7 @@
>성별</label
>
<div class="col-sm-9">
<span class="d-inline-flex" style="flex-wrap: wrap;width: 100%;height: 100%;align-content: center;">
<span class="d-inline-flex flex-wrap w-100 h-100 align-content-center">
<div class="form-check form-check-inline">
<input name="gender" value="M" type="radio" data-map="GENDER" class="form-check-input"/>
<label class="form-check-label" for="male">남자</label>

@ -36,7 +36,7 @@
<button type="button" class="btn btn-primary"
onclick="getFileTree();">갱신</button>
</div>
<div id="fileTree" style="padding-top:1em; min-height:26em; overflow:auto;">
<div id="fileTree" class="ox-auto oy-auto pt-3 h-px-300">
</div>
</div>
</div>

@ -67,7 +67,7 @@
<!-- 머리말,꼬리말 영역 -->
<span class="area-answerbasic">
<div class="d-flex flex-row justify-content-center" style="height:100%">
<div class="d-flex flex-row justify-content-center h-100">
<div class="card p-4 justify-content-center align-items-center w-px-1300">
<form id="frmEditAnsBasic--${pageName}">
<div class="w-px-900">
@ -107,7 +107,7 @@
<!-- 본문처리 영역 -->
<span class="area-answerbody area-answerbody-common">
<div class="d-flex flex-row justify-content-center" style="height:100%">
<div class="d-flex flex-row justify-content-center h-100">
<div class="card p-4 d-flex flex-row w-px-1300">
<!-- 그리드 영역 -->
<div class="card-datatable text-nowrap d-inline-flex"

@ -33,7 +33,7 @@
<div class="h-px-500 mt-4">
<div class="d-flex flex-row justify-content-center" style="height:100%">
<div class="d-flex flex-row justify-content-center h-100">
<div class="card p-4 d-flex flex-row w-px-1300">
<!-- 그리드 영역 -->
<div class="card-datatable text-nowrap d-inline-flex"

@ -5,7 +5,7 @@
<div class="content-wrapper">
<div class="container-xxl flex-grow-1 px-0">
<div class="card wrapper-list">
<div id="calendar--${pageName}" class="m-4 px-4" style="width:1500px!important;height:700px!important;">
<div id="calendar--${pageName}" class="m-4 px-4 w-px-1500 h-px-700">
</div>
</div>

@ -61,7 +61,7 @@
<div class="d-flex justify-content-center">
<div class="card d-inline-flex w-px-1400 h-px-850 p-2"
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 w-100 h-100" style="border-style: solid;">
<video id="video" class="mh-px-700 mw-px-1200" controls="true" hidden>
</video>
</div>

@ -59,7 +59,7 @@
<strong>단일 출력 항목</strong>
<button type="button" id="btnUniqueAdd--${pageName}"
class="btn btn-info dropdown-toggle" data-bs-toggle="dropdown">추가</button>
<ul id="dropdownUniqueAdd--${pageName}" class="dropdown-menu oy-scroll" style="max-height: 250px">
<ul id="dropdownUniqueAdd--${pageName}" class="dropdown-menu oy-scroll mh-px-250">
</ul>
<button type="button" id="btnUniqueDel--${pageName}" class="btn btn-info">&#x2611; 삭제</button>
</div>

@ -60,7 +60,7 @@
<strong>기초 항목</strong>
<button type="button" id="btnPredefinedAdd--${pageName}"
class="btn btn-info dropdown-toggle" data-bs-toggle="dropdown">추가</button>
<ul id="dropdownPredefinedAdd--${pageName}" class="dropdown-menu oy-scroll" style="max-height: 250px">
<ul id="dropdownPredefinedAdd--${pageName}" class="dropdown-menu oy-scroll mh-px-250">
</ul>
<button type="button" id="btnPredefinedDel--${pageName}" class="btn btn-info">&#x2611; 삭제</button>
</div>
@ -111,7 +111,7 @@
<template id="theadTr--${pageName}">
<tr>
<th style="width:130px">순서</th>
<th style="width:150px">순서</th>
<th style="width:40px"></th>
<th style="width:200px">추출항목명</th>
<th style="width:200px">추출항목설명</th>

@ -138,7 +138,7 @@
<div class="row">
<label class="col-sm-3 col-form-label text-sm-end" for="gender">성별</label>
<div class="col-sm-9">
<span class="d-inline-flex" style="flex-wrap: wrap;width: 100%;height: 100%;align-content: center;">
<span class="d-inline-flex flex-wrap w-100 h-100 align-content-center">
<div class="form-check form-check-inline">
<input name="gender" value="M" type="radio" data-map="GENDER" class="form-check-input"/>
<label class="form-check-label" for="male">남자</label>

@ -7,7 +7,7 @@
<button id="_urlToggler" onclick="_toggleURLs();" class="btn btn-primary"></button>
</span>
</div>
<div id="_urlTree" style="padding-top:1em; height:37em; overflow:auto;">
<div id="_urlTree" class="pt-3 ox-auto oy-auto h-px-500">
</div>
</div>
<script src="<c:url value="/resources/sneat/libs/jstree/jstree.js?${ver}"/>"></script>

@ -658,6 +658,10 @@ select.option-style-select > option[value='BLACK']{ color: var(--pdf-black);back
max-width: 1200px;
}
.mh-px-250 {
max-height: 250px;
}
.mh-px-300 {
max-height: 300px;
}

@ -10993,6 +10993,10 @@ button.list-group-item-gray.active {
width: 1400px !important;
}
.w-px-1500 {
width: 1500px !important;
}
.w-auto {
width: auto !important;
}

Loading…
Cancel
Save