Skip to content

Commit

Permalink
feat: logo 支持非正方形图片
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Nov 4, 2022
1 parent d667088 commit 57b18c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layouts/components/Logo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const to = computed(() => {
.logo {
width: 30px;
height: 30px;
object-fit: contain;
& + span {
margin-left: 10px;
Expand Down

0 comments on commit 57b18c2

Please sign in to comment.