diff --git a/src/components/baozuo-demo/CenterCmp.vue b/src/components/baozuo-demo/CenterCmp.vue index 5df3176..de2e83d 100644 --- a/src/components/baozuo-demo/CenterCmp.vue +++ b/src/components/baozuo-demo/CenterCmp.vue @@ -20,10 +20,22 @@ 本月工单概况
-
+ +
+
+ icon +
{{ leftData[0].name }}
+
{{ leftData[0].value }}
+
+
+ icon +
{{ leftData[1].name }}
+
{{ leftData[1].value }}
+
@@ -555,6 +567,26 @@ export default { top: 110px; left: 30px; } + .news-left{ + padding-left: 80px; + width: 60%; + .news-left-name{ + font-size: 25px; + font-weight: bold; + color: #ffffff; + opacity: 0.8; + text-align: center; + margin-bottom: 4px; + } + .news-left-value{ + font-size: 60px; + font-weight: bold; + color: #ffffff; + opacity: 0.9; + text-align: center; + font-style: italic; + } + } } \ No newline at end of file diff --git a/src/img/icons/boxbg.png b/src/img/icons/boxbg.png new file mode 100644 index 0000000..99117a6 Binary files /dev/null and b/src/img/icons/boxbg.png differ diff --git a/src/img/icons/boxbg2.png b/src/img/icons/boxbg2.png new file mode 100644 index 0000000..aa545ec Binary files /dev/null and b/src/img/icons/boxbg2.png differ