File tree Expand file tree Collapse file tree 5 files changed +10
-23
lines changed
components/Navigation/Side
modules/UserAccount/pages Expand file tree Collapse file tree 5 files changed +10
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ export default defineComponent({
2424 >
2525 <img
2626 class =" side-logo-img"
27- src =" @/assets/images/vue .svg"
27+ src =" @/assets/images/logo .svg"
2828 alt =" 商标"
2929 >
3030 <h1 class =" side-logo-title" >
@@ -48,14 +48,15 @@ export default defineComponent({
4848
4949 .side-logo-img {
5050 width : 40px ;
51+ height : 30px ;
5152 }
5253
5354 .side-logo-title {
5455 height : 32px ;
5556 line-height : 32px ;
5657 font-size : 16px ;
5758 font-weight : 600 ;
58- margin-left : 12 px ;
59+ margin-left : 7 px ;
5960 }
6061 }
6162}
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ export default defineComponent({
174174 <div
175175 class =" nav-logo"
176176 :class =" [
177- 'bgimage-images-vue -svg',
177+ 'bgimage-images-logo -svg',
178178 'bg-contain bg-no-repeat bg-center'
179179 ]"
180180 ></div >
@@ -197,7 +197,7 @@ export default defineComponent({
197197 #titleIcon
198198 >
199199 <!-- <img
200- src="@/assets/images/vue .svg"
200+ src="@/assets/images/logo .svg"
201201 alt=""
202202 > -->
203203 <el-icon >
@@ -236,14 +236,14 @@ export default defineComponent({
236236 }
237237
238238 .nav-logo {
239- width : 56 px ;
240- height : 32 px ;
239+ width : 40 px ;
240+ height : 30 px ;
241241 }
242242
243243 .nav-circle {
244244 width : 6px ;
245245 height : 6px ;
246- margin : 0 10 px ;
246+ margin : 0 7 px ;
247247 border-radius : 50% ;
248248 background : #484848 ;
249249 }
You can’t perform that action at this time.
0 commit comments