* fix different screen scale cause element display different,use scroll bar
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
.dropdown {display: none;}
|
||||
#xx-title {background-color: #F2F2F2; padding-left: 15px; line-height: 40px;}
|
||||
body {margin-bottom: 0px !important;}
|
||||
#main {min-width: unset;}
|
||||
#main {min-width: unset; height: 427px; overflow-y: overlay;}
|
||||
#main > .container {width: 100% !important;}
|
||||
#mainContent > .main-col {margin-top: 0px;}
|
||||
.pager > li > .pager-size-menu {display: none;}
|
||||
@@ -15,4 +15,7 @@ body {margin-bottom: 0px !important;}
|
||||
.table-footer .pager {background-color: #fff !important;}
|
||||
.table-footer .pager li *{color: #838a9d !important;}
|
||||
.linkButton {float: right; padding-right: 10px; line-height: 34px;}
|
||||
.main-table a {pointer-events: none; color: unset !important;}
|
||||
.main-table a {pointer-events: none; color: unset !important;}
|
||||
.table-responsive {margin-bottom: unset;}
|
||||
::-webkit-scrollbar {width: 10px; height: 10px;}
|
||||
::-webkit-scrollbar-thumb:vertical {box-shadow: inset 1px 1px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 rgb(0 0 0 / 7%); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; opacity: 0; transition: opacity 0.1s;}
|
||||
Reference in New Issue
Block a user