From 6ee688dfc803ccca58ef6be9698ec72d2e16ce3d Mon Sep 17 00:00:00 2001
From: liuqimichale <123456lq>
Date: Mon, 11 Mar 2019 16:09:45 +0800
Subject: [PATCH] 收入信息
---
src/components/VIncome.vue | 45 +++++++++++++++++++++++++++++++++++++++++++++
src/view/VHome.vue | 9 +++++++--
2 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 src/components/VIncome.vue
diff --git a/src/components/VIncome.vue b/src/components/VIncome.vue
new file mode 100644
index 0000000..b02d910
--- /dev/null
+++ b/src/components/VIncome.vue
@@ -0,0 +1,45 @@
+
+
+
+
+
+
+
diff --git a/src/view/VHome.vue b/src/view/VHome.vue
index ec533a7..31a6541 100644
--- a/src/view/VHome.vue
+++ b/src/view/VHome.vue
@@ -17,7 +17,9 @@
-
+
+
+
@@ -31,6 +33,7 @@ import VMap from '../components/VMap'
import VParking from '../components/VParking'
import VToll from '../components/VToll'
import VInout from '../components/VInout'
+import VIncome from '../components/VIncome'
export default {
name: 'VHome',
components: {
@@ -38,7 +41,8 @@ export default {
VMap,
VParking,
VToll,
- VInout
+ VInout,
+ VIncome
}
}
@@ -71,6 +75,7 @@ export default {
height: calc((100% - 20px)/3);
background: url("../images/content/frame-wrap.png");
background-size: 100% 100%;
+ overflow: hidden;
/*border-image-source: url("../images/content/frame-wrap.png");*/
/*border-image-slice: 3 16 11 3 fill;*/
/*border-width: 3px 18px 11px 3px;*/
--
libgit2 0.21.4