|
@@ -10,7 +10,7 @@
|
|
|
<view class="navbar-box" :style="{'paddingTop': statusBarHeight + 'px', 'height': height ? (height - statusBarHeight) + 'px' : '100%'}">
|
|
|
<image
|
|
|
v-if="showLogo"
|
|
|
- src="https://minio.menduner.com/dev/fe9890be9b1176f84f2aa282b0f6adce300b133f65eb3d7b45ae057aa5698324.png"
|
|
|
+ src="https://minio.menduner.com/dev/8ddece1d3a3203164f57a5126b31464565be6858eb5d3af776ce3ac2512ad30c.png"
|
|
|
class="navbar-box-logo"
|
|
|
:style="{'height': defaultLogoHeight + 'px'}"
|
|
|
></image>
|
|
@@ -55,7 +55,7 @@ defineProps({
|
|
|
}
|
|
|
})
|
|
|
|
|
|
-const defaultLogoHeight = 40
|
|
|
+const defaultLogoHeight = 33
|
|
|
const navbarHeight = ref(0)
|
|
|
const statusBarHeight = ref(0)
|
|
|
const height = ref(0)
|
|
@@ -140,7 +140,7 @@ const goBack = () => {
|
|
|
&-logo {
|
|
|
position: absolute;
|
|
|
left: 10px;
|
|
|
- width: 95px;
|
|
|
+ width: 156.85rpx;
|
|
|
}
|
|
|
}
|
|
|
}
|