界面样式调整
This commit is contained in:
@@ -21591,5 +21591,42 @@ Color library demo
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.none-data {
|
||||
position: absolute;
|
||||
display: block;
|
||||
padding: 20px 15px;
|
||||
background-color: #fff;
|
||||
border-bottom: 1px solid #ddd;
|
||||
text-align: center;
|
||||
margin-top: -1px;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 1480px) {
|
||||
.mega-menu >li >a {
|
||||
white-space: nowrap;
|
||||
min-width: 108px;
|
||||
width: 108px;
|
||||
text-align:center;
|
||||
overflow: hidden;
|
||||
text-overflow:ellipsis;
|
||||
}
|
||||
|
||||
.mega-menu >li >a:hover {
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
text-overflow: inherit;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
.mega-menu .dropdown-menu {
|
||||
min-width: 190px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1572,10 +1572,10 @@ b-menu>li>.sub-menu>li>a {
|
||||
box-shadow:none!important
|
||||
}
|
||||
.page-container-bg-solid .page-bar,.page-content-white .page-bar {
|
||||
background-color:#fff;
|
||||
position:relative;
|
||||
padding:0 20px;
|
||||
margin:-25px -20px 0;
|
||||
background-color: #fff;
|
||||
position: relative;
|
||||
padding: 0 15px;
|
||||
margin: -0px 0px 0;
|
||||
}
|
||||
.page-container-bg-solid .page-bar .page-breadcrumb,.page-content-white .page-bar .page-breadcrumb {
|
||||
padding:11px 0
|
||||
@@ -1606,10 +1606,19 @@ b-menu>li>.sub-menu>li>a {
|
||||
.page-container-bg-solid .page-bar .page-toolbar .btn.btn-sm,.page-content-white .page-bar .page-toolbar .btn.btn-sm {
|
||||
margin-top:0
|
||||
}
|
||||
.page-content {
|
||||
margin-top:0;
|
||||
padding-top: 15px;
|
||||
background-color:#fff
|
||||
|
||||
.page-content-body {
|
||||
margin-top:0;
|
||||
padding-top: 15px;
|
||||
background-color:#fff;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
overflow-y: auto;
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
.page-content .row {
|
||||
|
||||
@@ -1638,7 +1647,8 @@ b-menu>li>.sub-menu>li>a {
|
||||
margin-left:235px;
|
||||
margin-top:0;
|
||||
min-height:600px;
|
||||
padding:25px 20px 10px
|
||||
background-color: #fff;
|
||||
/* padding:25px 20px 10px */
|
||||
}
|
||||
.page-content-wrapper .page-content.no-min-height {
|
||||
min-height:auto
|
||||
@@ -1711,7 +1721,8 @@ b-menu>li>.sub-menu>li>a {
|
||||
.page-footer {
|
||||
padding:8px 20px 5px;
|
||||
font-size:13px;
|
||||
height:33px
|
||||
height:33px;
|
||||
background-color: #333;
|
||||
}
|
||||
.page-footer:after,.page-footer:before {
|
||||
content:" ";
|
||||
|
||||
Reference in New Issue
Block a user