* Adjust code for fix bug .

This commit is contained in:
guofeilong
2023-04-11 09:10:35 +08:00
parent 298dd970d2
commit 9505ba7e47
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -9,6 +9,6 @@
.overflow-auto {overflow: auto;}
.overflow-visible {overflow: visible;}
.overflow-hidden {overflow: hidden;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 130px); overflow-y: auto;}
#bysearchTab::before {display: none;}
#queryBox #groupAndOr {min-width: 60px;}
+1 -1
View File
@@ -19,7 +19,7 @@
#mainContent #createDropdown {display: inline-block;}
#mainContent #createDropdown ul {position: absolute;}
#pageNav .dropdown-menu {max-height: inherit;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 125px); overflow-y: auto;}
#mainContent > .panel {margin-bottom: 0; height: calc(100vh - 130px); overflow-y: auto;}
#mainContent > .main-col {padding-left: 0;}
.no-content {width: 100px; height: 100px; margin: 0 auto;}
+2
View File
@@ -215,6 +215,8 @@ $(function()
$icon.removeClass('text-primary');
}
})
$('#history').find('.btn.pull-right').removeClass('pull-right')
$('#closeBtn').on('click', function()
{
$('#history').addClass('hidden');