界面样式调整

This commit is contained in:
chiguangxu
2018-04-04 18:17:53 +08:00
parent 12678d31e4
commit 6ac47b1e80
3 changed files with 140 additions and 42 deletions

View File

@@ -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;
}