feat:改造地址和首页
This commit is contained in:
+4
-1
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="home_warp">
|
||||
<view class="home_warp" :class="platformType ? '' :'iosplatformType'">
|
||||
<!-- 带背景的头部 -->
|
||||
<view class="home_header_warp"></view>
|
||||
<view class="home_content_z_warp">
|
||||
@@ -496,6 +496,9 @@ export default {
|
||||
height: calc(100vh - env(safe-area-inset-bottom)); // 是底部的导航栏高度
|
||||
overflow: auto;
|
||||
position: relative;
|
||||
&.iosplatformType{
|
||||
height:100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.home_header_warp {
|
||||
|
||||
Reference in New Issue
Block a user