Merge branch 'develop' of http://10.0.6.99/gwall/gwall.git into develop

This commit is contained in:
duandongmei
2018-09-13 20:36:56 +08:00
4 changed files with 48 additions and 20 deletions

View File

@@ -22351,8 +22351,6 @@ Color library demo
background-color: #fff;
border-bottom: 1px solid #ddd;
text-align: center;
margin-top: -1px;

View File

@@ -2225,8 +2225,12 @@ table th[class*="col-"] {
background-color: #f8cace; }
.table-responsive {
/* overflow-x: auto; */
min-height: 0.01%; }
overflow-x: auto;
min-height: 0.01%;
position: fixed;
right: 14px;
left: 14px;
z-index: 1030; }
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
@@ -3285,7 +3289,10 @@ tbody.collapse.in {
.navbar-right .dropdown-menu-left {
left: 0;
right: auto; } }
.btn-group{
z-index: 9999;
}
.btn-group,
.btn-group-vertical {
position: relative;