|
@@ -559,11 +559,14 @@ export default {
|
|
}
|
|
}
|
|
.headerBorder{
|
|
.headerBorder{
|
|
position: absolute;
|
|
position: absolute;
|
|
- left: 160px;
|
|
+ left: 145px;
|
|
height: 20px;
|
|
height: 20px;
|
|
border-right: 1px solid #DDEDFF;
|
|
border-right: 1px solid #DDEDFF;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .topheaderContent:nth-child(1) .headerBorder{
|
|
|
|
+ left: 165px;
|
|
|
|
+ }
|
|
.topheaderContent:last-child .headerBorder{
|
|
.topheaderContent:last-child .headerBorder{
|
|
border: 0;
|
|
border: 0;
|
|
}
|
|
}
|