diff --git a/src/assets/ty/icon01.png b/src/assets/ty/icon01.png new file mode 100644 index 0000000..e4da4a5 Binary files /dev/null and b/src/assets/ty/icon01.png differ diff --git a/src/assets/ty/icon02.png b/src/assets/ty/icon02.png new file mode 100644 index 0000000..72732e4 Binary files /dev/null and b/src/assets/ty/icon02.png differ diff --git a/src/assets/ty/icon03.png b/src/assets/ty/icon03.png new file mode 100644 index 0000000..19110dd Binary files /dev/null and b/src/assets/ty/icon03.png differ diff --git a/src/assets/ty/icon04.png b/src/assets/ty/icon04.png new file mode 100644 index 0000000..ad562a8 Binary files /dev/null and b/src/assets/ty/icon04.png differ diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 469d067..a2ee643 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -18,7 +18,7 @@ 累计服务人数
- +
{{todayNum}} 今日进馆人数 @@ -26,7 +26,7 @@
- +
{{weekNum}} 本周进馆人数 @@ -34,7 +34,7 @@
- +
{{monthNum}} 本月进馆人数 @@ -42,7 +42,7 @@
- +
{{ yearNum }} 本年进馆人数 @@ -78,13 +78,13 @@
各场馆服务人次占比 - - + +
-
+
-
+
@@ -256,7 +256,9 @@ export default { this.istygShow = false } }, - + changeRightTab(type){ + this.rightTab = type; + }, ty_bar1() { let that = this; lineChart1 = echarts.init(this.$refs.dinschart); @@ -1283,6 +1285,8 @@ export default { // width: 634px; // height: 290px; flex: 1; + position: relative; + height: 3.21rem; .venue_proportion_box { display: flex; @@ -1397,6 +1401,14 @@ export default { font-size: 0.31rem; margin-top: 0.19rem; } + .current2{ + opacity: 1; + position: absolute; + } + .no-current2{ + opacity: 0; + position: absolute; + } } }