|
@@ -218,7 +218,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
height: 100%;
|
|
|
z-index: 4;
|
|
|
left:55px;
|
|
|
- padding-top:50px;
|
|
|
+ /*padding-top:50px;*/
|
|
|
border-right: 1px solid #ddd;
|
|
|
width: 200px;
|
|
|
}
|
|
@@ -323,6 +323,11 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
line-height: normal;
|
|
|
z-index: 999
|
|
|
}
|
|
|
+.sidebar-title{
|
|
|
+ padding: 10px;
|
|
|
+ border-bottom: 1px solid #ddd;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
.side-menu{
|
|
|
position: fixed;
|
|
|
right:15px;
|
|
@@ -380,7 +385,7 @@ input.nospin[type="number"]{-moz-appearance:textfield;}
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
.panel-sidebar .scrollbar-auto {
|
|
|
- height: 100%;
|
|
|
+ height: calc(100vh - 100px);
|
|
|
width: 100%;
|
|
|
overflow-y: auto;
|
|
|
position: static;
|
|
@@ -966,7 +971,7 @@ legend {
|
|
|
}
|
|
|
.side-fold {
|
|
|
right:50px;
|
|
|
- bottom:20px;
|
|
|
+ bottom:5px;
|
|
|
}
|
|
|
.side-fold a{
|
|
|
font-size:24px;
|
|
@@ -991,6 +996,14 @@ legend {
|
|
|
.custom-switch .custom-control-label::after{
|
|
|
top:.25rem;
|
|
|
}
|
|
|
+.search-group {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.search-group .remove-btn {
|
|
|
+ position:absolute;
|
|
|
+ right:10px;
|
|
|
+ top:3px;
|
|
|
+}
|
|
|
/*菜单栏系统维护图标*/
|
|
|
a.maintain-icon{
|
|
|
position:relative;
|