cache clear
parent
737b0bcf9d
commit
ddef8f6a47
|
|
@ -35,3 +35,4 @@ out/
|
|||
|
||||
### VS Code ###
|
||||
.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'
|
||||
version = '0.0.1-SNAPSHOT'
|
||||
sourceCompatibility = '11'
|
||||
sourceCompatibility = '1.8'
|
||||
|
||||
configurations {
|
||||
compileOnly {
|
||||
|
|
|
|||
|
|
@ -46,4 +46,9 @@ body::-webkit-scrollbar {
|
|||
|
||||
#list-group-line{
|
||||
padding-bottom: 52vh;
|
||||
}
|
||||
}
|
||||
|
||||
/*@media (max-width:1199px)*/
|
||||
/* .sidebar {*/
|
||||
/* left: -300px;*/
|
||||
/* }*/
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue