This commit is contained in:
2022-10-15 15:29:58 +08:00
parent 01e31a3c9c
commit 020537787f
12 changed files with 44 additions and 44 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="content">
<view class="zd_content">
<view class="header">首页</view>
<view class="userInfo-wrap">
<view class="userInfo">
@@ -11,7 +11,7 @@
<view class="exit-text">退出</view>
</view>
</view>
<view class="wrapper">
<view class="zd_wrapper">
<view class="menu-wrap">
<view class="menu-item" v-for="(e, i) in menu" :key="i" @tap="toPage(e.url)">{{e.name}}</view>
</view>
@@ -55,7 +55,7 @@
<style lang="stylus">
@import '../../common/style/mixin.styl';
.content
.zd_content
padding-top 0
.header
height 86rpx