Parcourir la source

修改bug

pull/93/head
‘937886381’ il y a 2 mois
Parent
révision
82a7a2b8cd
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. +2
    -2
      src/components/Breadcrumb/index.vue
  2. +1
    -1
      src/views/report/productionSituationMW.vue
  3. +1
    -1
      src/views/report/productionSituationTablets.vue

+ 2
- 2
src/components/Breadcrumb/index.vue Voir le fichier

@@ -103,11 +103,11 @@ export default {
color:rgba(0, 0, 0, 0.65)
}
</style>
<style lang="scss">
<!-- <style lang="scss">
.changeColor {
--theme-color: rgba(255, 255, 255, 0.45);
}
.el-breadcrumb__separator {
color:var(--theme-color);
}
</style>
</style> -->

+ 1
- 1
src/views/report/productionSituationMW.vue Voir le fichier

@@ -82,7 +82,7 @@
<bm-line-bar :type="listQuery.type" style="margin-top: 20px;" :show="false" :chartHeight="chartHeight"
:legendList="legendList" :chartMsg="chartMsg" :chartId="'chartDay'" :chartNum="chartNum" />
</el-col>
<el-col :span="6" style="margin-top: 30px">
<el-col :span="6" style="margin-top: 21px">
<bm-line-bar-target :type="listQuery.type" :chartHeight="chartHeight" :legendList="legendList"
:chartMsg="chartMsgTarget" :gridLeft="gridLeft" :chartId="'chartDayTarget'" :chartNum="chartNum" />
</el-col>


+ 1
- 1
src/views/report/productionSituationTablets.vue Voir le fichier

@@ -83,7 +83,7 @@
<bm-line-bar :type="listQuery.type" style="margin-top: 20px;" :show="false" :chartHeight="chartHeight"
:legendList="legendList" :chartMsg="chartMsg" :chartId="'chartDay'" :chartNum="chartNum" />
</el-col>
<el-col :span="6" style="margin-top: 30px">
<el-col :span="6" style="margin-top: 21px">
<bm-line-bar-target :type="listQuery.type" :chartHeight="chartHeight" :legendList="legendList"
:chartMsg="chartMsgTarget" :gridLeft="gridLeft" :chartId=" 'chartDayTarget'" :chartNum="chartNum" />
</el-col>


Chargement…
Annuler
Enregistrer