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

修改样式

parent 0d485136
......@@ -158,6 +158,11 @@
.category-btn {
width: 100px;
}
.mobile-logo{
max-height: 35px;
max-width: 120px;
object-fit: contain;
}
</style>
<template>
<q-header
......@@ -180,12 +185,11 @@
:src="baseData.logo"
style="
cursor: pointer;
max-height: 35px;
max-width: 120px;
object-fit: contain;
height: 35px;
filter: drop-shadow(0px 0px var(--q-color-primary));
"
class="q-mr-lg q-ml-sm"
:class="{'mobile-logo':$q.platform.is.mobile}"
@click="CommonJump('/index', {})"
/></div>
<!-- <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