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 @@
@@ -76,19 +76,19 @@
@@ -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;