Commit 34adaaee authored by 罗超's avatar 罗超

修改样式

parent 0d485136
...@@ -158,6 +158,11 @@ ...@@ -158,6 +158,11 @@
.category-btn { .category-btn {
width: 100px; width: 100px;
} }
.mobile-logo{
max-height: 35px;
max-width: 120px;
object-fit: contain;
}
</style> </style>
<template> <template>
<q-header <q-header
...@@ -180,12 +185,11 @@ ...@@ -180,12 +185,11 @@
:src="baseData.logo" :src="baseData.logo"
style=" style="
cursor: pointer; cursor: pointer;
max-height: 35px; height: 35px;
max-width: 120px;
object-fit: contain;
filter: drop-shadow(0px 0px var(--q-color-primary)); filter: drop-shadow(0px 0px var(--q-color-primary));
" "
class="q-mr-lg q-ml-sm" class="q-mr-lg q-ml-sm"
:class="{'mobile-logo':$q.platform.is.mobile}"
@click="CommonJump('/index', {})" @click="CommonJump('/index', {})"
/></div> /></div>
<!-- <div style="transform:scale(0.6,0.6)"> --> <!-- <div style="transform:scale(0.6,0.6)"> -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment