|
@@ -23,11 +23,12 @@
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
|
.bar-left{
|
|
|
- width: 292px !important;
|
|
|
+ max-width: 750px;
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
height: 100%;
|
|
|
- background: #ececec;
|
|
|
+ background: var(--themeColor);
|
|
|
+ color: #fff;
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
@@ -38,11 +39,11 @@
|
|
|
text-overflow: ellipsis;
|
|
|
}
|
|
|
.bar-right{
|
|
|
- width: calc(100% - 282px) !important;
|
|
|
+ min-width: 130px;
|
|
|
position: absolute;
|
|
|
right: 0;
|
|
|
height: 100%;
|
|
|
- background: #ececec;
|
|
|
+ background: var(--themeColor2);
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
@@ -99,7 +100,7 @@
|
|
|
.bin{
|
|
|
height: 100%;
|
|
|
border-radius: inherit;
|
|
|
- background-color: #59759f;
|
|
|
+ background-color: var(--themeColor);
|
|
|
}
|
|
|
}
|
|
|
}
|