fix:logo样式修改
Showing
2 changed files
with
7 additions
and
4 deletions
| ... | @@ -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> | ... | ... |
-
Please register or sign in to post a comment