diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 1377202..9dae400 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -54,19 +54,19 @@
-
- {{ circularData.groupName[0] }}
+ {{ circularData.groupName[0] }}
{{ circularData.proportion[0] }}
-
+
-
- {{ circularData.groupName[1] }}
+ {{ circularData.groupName[1] }}
{{ circularData.proportion[1] }}
-
+
-
- {{ circularData.groupName[2] }}
+ {{ circularData.groupName[2] }}
{{ circularData.proportion[2] }}
-
+
@@ -76,19 +76,19 @@
-
-
+
{{ circularData.proportion[3] }}
- {{ circularData.groupName[3] }}
+ {{ circularData.groupName[3] }}
-
-
+
{{ circularData.proportion[4] }}
- {{ circularData.groupName[4] }}
+ {{ circularData.groupName[4] }}
-
-
+
{{ circularData.proportion[5] }}
- {{ circularData.groupName[5] }}
+ {{ circularData.groupName[5] }}
@@ -278,7 +278,7 @@ export default {
//选择年月日中的某个
selitem(type) {
this.klselt = type;
- this.btgetdata(type)
+ // this.btgetdata(type)
},
// 圆柱图
showorders() {
@@ -1093,15 +1093,18 @@ export default {
line-height: 0.66rem;
font-size: 0.66rem;
margin-top: 1rem;
+ display: flex;
+ justify-content: space-around;
}
.cgbox .cglist ul li span {
display: block;
float: left;
- margin-left: 0.46rem;
+ width: 30%;
+ /* margin-left: 0.46rem; */
}
-.cgbox .cgleft ul li:nth-child(3) span:nth-child(2) {
+/* .cgbox .cgleft ul li:nth-child(3) span:nth-child(2) {
display: block;
float: left;
margin-left: 0.06rem;
@@ -1111,7 +1114,7 @@ export default {
display: block;
float: left;
margin-left: 0.16rem;
-}
+} */
.cgbox .cglist ul li span img {
width: 0.68rem;