File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -576,10 +576,12 @@ li {
576576 line-height : $height-aside-tilte ;
577577 text-align : center ;
578578 transition : all 0.3s ;
579+ display : flex ;
580+ align-items : center ;
581+ justify-content : center ;
579582 .logoimg {
580583 width : $width-aside-img ;
581584 height : $height-aside-img ;
582- vertical-align : middle ;
583585 background : #fff ;
584586 border-radius : 50% ;
585587 padding : 3px ;
589591 color : #fff ;
590592 font-weight : 600 ;
591593 font-size : 20px ;
592- vertical-align : middle ;
593594 padding-left : 10px ;
594595 }
595596 }
Original file line number Diff line number Diff line change 55 <el-aside class =" main-cont main-left" >
66 <div class =" tilte" :style =" {background: backgroundColor}" >
77 <img alt class =" logoimg" :src =" $GIN_VUE_ADMIN.appLogo" >
8- <h2 v-if =" isSider" class =" tit-text" :style =" {color:textColor}" >{{ $GIN_VUE_ADMIN.appName }}</h2 >
8+ <div v-if =" isSider" class =" tit-text" :style =" {color:textColor}" >{{ $GIN_VUE_ADMIN.appName }}</div >
99 </div >
1010 <Aside class =" aside" />
1111 </el-aside >
You can’t perform that action at this time.
0 commit comments