baec43d8 by xukangle

Merge branch 'develop' into release-test

2 parents d30925b5 1f136a9c
...@@ -144,12 +144,12 @@ header { ...@@ -144,12 +144,12 @@ header {
144 position: relative; 144 position: relative;
145 width: var(--g-sub-sidebar-width); 145 width: var(--g-sub-sidebar-width);
146 height: inherit; 146 height: inherit;
147 padding-left: 18px; 147 // padding-left: 18px;
148 padding-right: 0; 148 padding-right: 0;
149 background-color: inherit; 149 background-color: inherit;
150 150
151 .logo { 151 .logo {
152 width: 180px; 152 width: 179px;
153 height: 48px; 153 height: 48px;
154 } 154 }
155 155
......
...@@ -36,7 +36,7 @@ const to = computed(() => { ...@@ -36,7 +36,7 @@ const to = computed(() => {
36 z-index: 1000; 36 z-index: 1000;
37 top: 0; 37 top: 0;
38 width: inherit; 38 width: inherit;
39 padding: 0 10px; 39 // padding: 0 10px;
40 display: flex; 40 display: flex;
41 align-items: center; 41 align-items: center;
42 justify-content: space-between; 42 justify-content: space-between;
...@@ -69,5 +69,8 @@ const to = computed(() => { ...@@ -69,5 +69,8 @@ const to = computed(() => {
69 .el-divider { 69 .el-divider {
70 height: 1.5rem; 70 height: 1.5rem;
71 margin-right: 0; 71 margin-right: 0;
72 margin: 0;
73
72 } 74 }
73 }</style> 75 }
76 </style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!