@@ -53,7 +53,7 @@
},
computed: {
pageTitle () {
- return document.title
+ return this.isScroll ? document.title : ''
isApp () {
const ua = navigator.userAgent.toLowerCase()
@@ -128,7 +128,7 @@
left: 0;
background: transparent;
color: #fff;
- padding-top: 12px;
+ padding-top: 10.66vw;
&.use-white-head {
background: #fff;
color: #1d1d1d;