diff --git a/src/apps/AppMailList/add.vue b/src/apps/AppMailList/add.vue index d2937721..c058353c 100644 --- a/src/apps/AppMailList/add.vue +++ b/src/apps/AppMailList/add.vue @@ -16,7 +16,7 @@
*电话
- +
diff --git a/src/sass/AppHome/AppHome.vue b/src/sass/AppHome/AppHome.vue index e02a108d..2b542dae 100644 --- a/src/sass/AppHome/AppHome.vue +++ b/src/sass/AppHome/AppHome.vue @@ -21,7 +21,7 @@ export default { data() { return { - component: 'home', + component: 'statistics', params: {}, refresh: true, tabIndex: 0, diff --git a/src/sass/AppHome/components/img/down-icon-666.png b/src/sass/AppHome/components/img/down-icon-666.png new file mode 100644 index 00000000..2488b941 Binary files /dev/null and b/src/sass/AppHome/components/img/down-icon-666.png differ diff --git a/src/sass/AppHome/components/img/right-icon-999.png b/src/sass/AppHome/components/img/right-icon-999.png new file mode 100644 index 00000000..0b8e647c Binary files /dev/null and b/src/sass/AppHome/components/img/right-icon-999.png differ diff --git a/src/sass/AppHome/components/img/user-static.png b/src/sass/AppHome/components/img/user-static.png new file mode 100644 index 00000000..2a9a400e Binary files /dev/null and b/src/sass/AppHome/components/img/user-static.png differ diff --git a/src/sass/AppHome/home.vue b/src/sass/AppHome/home.vue index eab56322..701ece0b 100644 --- a/src/sass/AppHome/home.vue +++ b/src/sass/AppHome/home.vue @@ -184,7 +184,7 @@ export default { position: relative; overflow: hidden; background-color: #F4F7FD; - padding-bottom: 120px; + height: calc(100% - 98px); .header-img{ width: 100%; img{ diff --git a/src/sass/AppHome/statistics.vue b/src/sass/AppHome/statistics.vue index db10f035..f20e3daa 100644 --- a/src/sass/AppHome/statistics.vue +++ b/src/sass/AppHome/statistics.vue @@ -1,6 +1,53 @@ @@ -19,13 +66,125 @@ export default { }, onShow() { document.title = '统计' - }, }