安卓端显示正常
This commit is contained in:
parent
13ec590945
commit
63fefb9b8b
|
|
@ -1,5 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<scroll-view class="dashboard-scroll" scroll-y>
|
<scroll-view class="dashboard-scroll" scroll-y>
|
||||||
|
<view class="dashboard-content">
|
||||||
<!-- 任务概览 -->
|
<!-- 任务概览 -->
|
||||||
<view class="task-overview">
|
<view class="task-overview">
|
||||||
<view class="task-card" v-for="item in taskStats" :key="item.label">
|
<view class="task-card" v-for="item in taskStats" :key="item.label">
|
||||||
|
|
@ -73,6 +74,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|
@ -146,14 +148,18 @@ const viewAnnouncement = (announcement) => {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.dashboard-scroll {
|
.dashboard-scroll {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dashboard-content {
|
||||||
|
padding: 10px 30rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.task-overview {
|
.task-overview {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
margin-top: 10px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -35,10 +35,7 @@
|
||||||
<uv-tabbar-item text="首页" icon="home"></uv-tabbar-item>
|
<uv-tabbar-item text="首页" icon="home"></uv-tabbar-item>
|
||||||
<uv-tabbar-item text="工作台" icon="calendar"></uv-tabbar-item>
|
<uv-tabbar-item text="工作台" icon="calendar"></uv-tabbar-item>
|
||||||
<uv-tabbar-item text="月度考核 " icon="integral"></uv-tabbar-item>
|
<uv-tabbar-item text="月度考核 " icon="integral"></uv-tabbar-item>
|
||||||
<uv-tabbar-item text="客户管理" icon="kefu-ermai" >
|
<uv-tabbar-item text="客户管理" icon="kefu-ermai" ></uv-tabbar-item>
|
||||||
|
|
||||||
|
|
||||||
</uv-tabbar-item>
|
|
||||||
<uv-tabbar-item text="我的" icon="account"></uv-tabbar-item>
|
<uv-tabbar-item text="我的" icon="account"></uv-tabbar-item>
|
||||||
</uv-tabbar>
|
</uv-tabbar>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user