Commit 8347a610 authored by 罗超's avatar 罗超

1

parent e9b7d58f
...@@ -205,13 +205,11 @@ ...@@ -205,13 +205,11 @@
this.tab = 1 this.tab = 1
this.elDateType = "month" this.elDateType = "month"
this.elDatePlaceholder = "选择月" this.elDatePlaceholder = "选择月"
this.date = ""
this.qMsg.Type = 1; this.qMsg.Type = 1;
} else if (type == 2) { } else if (type == 2) {
this.tab = 2 this.tab = 2
this.elDateType = "year" this.elDateType = "year"
this.elDatePlaceholder = "选择年" this.elDatePlaceholder = "选择年"
this.date = ""
this.qMsg.Type = 2; this.qMsg.Type = 2;
} }
this.research(); this.research();
...@@ -389,6 +387,8 @@ ...@@ -389,6 +387,8 @@
background-color: #F2F4F7 !important; background-color: #F2F4F7 !important;
color: #2961FE !important; color: #2961FE !important;
border: none !important; border: none !important;
font-size: 14px !important;
padding-right:15px !important;
} }
::v-deep .el-input__prefix, ::v-deep .el-input__prefix,
......
...@@ -400,11 +400,10 @@ ...@@ -400,11 +400,10 @@
height: 20px; height: 20px;
margin: 10px auto; margin: 10px auto;
border-radius: 2px; border-radius: 2px;
// overflow: hidden;
.progress-tag { .progress-tag {
text-align: center; text-align: center;
font-size: 12px; font-size: 0.62vw;
line-height: 20px; line-height: 20px;
color: #FFFFFF; color: #FFFFFF;
} }
...@@ -425,7 +424,7 @@ ...@@ -425,7 +424,7 @@
border-radius: 6px; border-radius: 6px;
.statistic-price { .statistic-price {
font-size: 30px; font-size: 1.56vw;
color: #404040; color: #404040;
font-weight: 700; font-weight: 700;
// text-align: center; // text-align: center;
...@@ -433,16 +432,16 @@ ...@@ -433,16 +432,16 @@
.before { .before {
font-weight: 300; font-weight: 300;
font-size: 20px; font-size: 1vw;
} }
.after { .after {
font-size: 20px; font-size: 1vw;
} }
} }
.statistic-name { .statistic-name {
font-size: 14px; font-size: 0.72vw;
color: #999999; color: #999999;
text-align: center; text-align: center;
} }
...@@ -463,6 +462,8 @@ ...@@ -463,6 +462,8 @@
background-color: #F2F4F7 !important; background-color: #F2F4F7 !important;
color: #2961FE !important; color: #2961FE !important;
border: none !important; border: none !important;
font-size: 14px !important;
padding-right:15px !important;
} }
::v-deep .el-input__prefix, ::v-deep .el-input__prefix,
...@@ -507,7 +508,7 @@ ...@@ -507,7 +508,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
color: #666666; color: #666666;
font-size: 12px; font-size: 0.62vw;
font-family: PingFang SC; font-family: PingFang SC;
border-radius: 7px; border-radius: 7px;
line-height:12px; line-height:12px;
......
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<div class="sell-title">市场/销售</div> <div class="sell-title">市场/销售</div>
</div> </div>
</div> </div>
<VueApexCharts width="100%" height="105" :options="chartOptions" :series="series" ref="apex" v-if="sellBlock!==2"> <VueApexCharts width="100%" height="105" :options="chartOptions" :series="series" ref="apex"
v-if="sellBlock!==2">
</VueApexCharts> </VueApexCharts>
</div> </div>
<div class="bottom flex justify-between content-between"> <div class="bottom flex justify-between content-between">
...@@ -265,7 +266,10 @@ ...@@ -265,7 +266,10 @@
} }
this.series[0].data.push(obj) this.series[0].data.push(obj)
}) })
setTimeout(() => {
this.$refs.apex.updateSeries(this.series) this.$refs.apex.updateSeries(this.series)
}, 100)
} }
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment