basePage的优化
This commit is contained in:
parent
ab61beead6
commit
2f0b3f87dd
|
|
@ -14,17 +14,13 @@
|
|||
/>
|
||||
<!-- 页面内容将在这里添加 -->
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import CommonEnum from "../../enum/common";
|
||||
import StatusDisplay from "../../components/status-display/status-display.vue";
|
||||
|
||||
export default {
|
||||
components: {
|
||||
StatusDisplay
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
|
|
@ -62,7 +58,7 @@ export default {
|
|||
}
|
||||
.header {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
//min-height: 100vh;//可能导致页面留白
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -89,9 +89,8 @@ export default {
|
|||
.page {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background: transparent;
|
||||
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||||
/* 移除padding-top,因为导航栏已经处理了状态栏适配 */
|
||||
|
||||
}
|
||||
|
||||
.header {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user