cache clear
parent
737b0bcf9d
commit
ddef8f6a47
|
|
@ -35,3 +35,4 @@ out/
|
||||||
|
|
||||||
### VS Code ###
|
### VS Code ###
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.vs/
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"ExpandedNodes": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"PreviewInSolutionExplorer": false
|
|
||||||
}
|
|
||||||
Binary file not shown.
Binary file not shown.
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
|
|
@ -6,7 +6,7 @@ plugins {
|
||||||
|
|
||||||
group = 'com.dbnt'
|
group = 'com.dbnt'
|
||||||
version = '0.0.1-SNAPSHOT'
|
version = '0.0.1-SNAPSHOT'
|
||||||
sourceCompatibility = '11'
|
sourceCompatibility = '1.8'
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
compileOnly {
|
compileOnly {
|
||||||
|
|
|
||||||
|
|
@ -47,3 +47,8 @@ body::-webkit-scrollbar {
|
||||||
#list-group-line{
|
#list-group-line{
|
||||||
padding-bottom: 52vh;
|
padding-bottom: 52vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*@media (max-width:1199px)*/
|
||||||
|
/* .sidebar {*/
|
||||||
|
/* left: -300px;*/
|
||||||
|
/* }*/
|
||||||
|
|
|
||||||
|
|
@ -26,8 +26,8 @@
|
||||||
<li class="mb-1">
|
<li class="mb-1">
|
||||||
<button class="btn btn-toggle align-items-center rounded collapsed"
|
<button class="btn btn-toggle align-items-center rounded collapsed"
|
||||||
data-bs-toggle="collapse" aria-expanded="false"
|
data-bs-toggle="collapse" aria-expanded="false"
|
||||||
th:data-categoryseq="${depth1.categorySeq}"
|
th:data-categoryseq="${depth1.categorySeq}"
|
||||||
th:data-bs-target="'#collapse'+${depth1.categorySeq}" th:text="${depth1.categoryName}">
|
th:data-bs-target="'#collapse'+${depth1.categorySeq}" th:text="${depth1.categoryName}">
|
||||||
</button>
|
</button>
|
||||||
<div class="collapse ps-3" th:id="|collapse${depth1.categorySeq}|">
|
<div class="collapse ps-3" th:id="|collapse${depth1.categorySeq}|">
|
||||||
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1">
|
<ul class="btn-toggle-nav list-unstyled fw-normal pb-1">
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
<header th:replace="fragments/header :: headerFragment"></header>
|
<header th:replace="fragments/header :: headerFragment"></header>
|
||||||
<div class="h-100" sec:authorize="isAnonymous()" layout:fragment="content"></div>
|
<div class="h-100" sec:authorize="isAnonymous()" layout:fragment="content"></div>
|
||||||
<div sec:authorize="isAuthenticated()" class="row mx-0">
|
<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 th:replace="fragments/leftMenu :: leftMenuFragment"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-10 centerDiv">
|
<div class="col-10 centerDiv">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue