@@ -92,6 +92,7 @@
<script>
import Report from '../log-center/log';
import { getMid } from '../utils/help';
+import FontZoom from './FontZoom';
export default {
name: 'mobileGuidePage',
@@ -109,6 +110,9 @@ export default {
type: Number,
},
+ components: {
+ FontZoom,
+ },
data() {
return {}
@@ -698,7 +698,6 @@ body,
}
.content {
- overflow: hidden;
width: 100%;
height: 100%;
background: #fff;
@@ -321,7 +321,6 @@ body,
.nft-content {
background: linear-gradient(180deg, #d8efff 0%, #ffffff 44.3%);
@@ -329,7 +329,6 @@ body,