|
@@ -79,7 +79,7 @@ export default {
|
|
|
.sidebar-logo-container {
|
|
|
position: relative;
|
|
|
// width: 100%;
|
|
|
- height: 70px;
|
|
|
+ height: 50px;
|
|
|
line-height: 50px;
|
|
|
background: #2b2f3a;
|
|
|
overflow: hidden;
|
|
@@ -92,13 +92,14 @@ export default {
|
|
|
height: 100%;
|
|
|
width: 100%;
|
|
|
display: flex !important;
|
|
|
- flex-direction: column !important;
|
|
|
+ flex-direction: row !important;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
& .sidebar-logo {
|
|
|
width: 30px; // 30
|
|
|
height: 30px; // 30
|
|
|
vertical-align: middle;
|
|
|
+ margin-right: 10px;
|
|
|
}
|
|
|
|
|
|
& .sidebar-title {
|
|
@@ -108,13 +109,11 @@ export default {
|
|
|
font-weight: 400;
|
|
|
line-height: 50px;
|
|
|
font-size: 18px; // 18
|
|
|
- width: 100%;
|
|
|
font-family: '微软雅黑';
|
|
|
vertical-align: middle;
|
|
|
position: relative; /* 相对定位以便绝对定位子元素 */
|
|
|
white-space: nowrap; // 防止换行
|
|
|
overflow: hidden; // 隐藏溢出部分
|
|
|
- width: calc(100%);
|
|
|
text-align: center;
|
|
|
padding-left: 0 !important;
|
|
|
}
|