cache clear

master
DESKTOP-QGC5RJO\DBNT 2022-04-22 11:49:19 +09:00
parent 737b0bcf9d
commit ddef8f6a47
9 changed files with 11 additions and 11 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ out/
### VS Code ###
.vscode/
.vs/

View File

@ -1,6 +0,0 @@
{
"ExpandedNodes": [
""
],
"PreviewInSolutionExplorer": false
}

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ plugins {
group = 'com.dbnt'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'
sourceCompatibility = '1.8'
configurations {
compileOnly {

View File

@ -46,4 +46,9 @@ body::-webkit-scrollbar {
#list-group-line{
padding-bottom: 52vh;
}
}
/*@media (max-width:1199px)*/
/* .sidebar {*/
/* left: -300px;*/
/* }*/

View File

@ -26,8 +26,8 @@
<li class="mb-1">
<button class="btn btn-toggle align-items-center rounded collapsed"
data-bs-toggle="collapse" aria-expanded="false"
th:data-categoryseq="${depth1.categorySeq}"
th:data-bs-target="'#collapse'+${depth1.categorySeq}" th:text="${depth1.categoryName}">
th:data-categoryseq="${depth1.categorySeq}"
th:data-bs-target="'#collapse'+${depth1.categorySeq}" th:text="${depth1.categoryName}">
</button>
<div class="collapse ps-3" th:id="|collapse${depth1.categorySeq}|">
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1">

View File

@ -51,7 +51,7 @@
<header th:replace="fragments/header :: headerFragment"></header>
<div class="h-100" sec:authorize="isAnonymous()" layout:fragment="content"></div>
<div sec:authorize="isAuthenticated()" class="row mx-0">
<div class="col-2 centerDiv border-end">
<div class="sidebar col-2 centerDiv border-end">
<div th:replace="fragments/leftMenu :: leftMenuFragment"></div>
</div>
<div class="col-10 centerDiv">