#295 projects/mesxc-zhp

Samengevoegd
juzi heeft 2 commits samengevoegd van projects/mesxc-zhp naar projects/mesxc-test 5 maanden geleden
  1. +2
    -2
      src/views/OperationalOverview/components/pileBarChart.vue

+ 2
- 2
src/views/OperationalOverview/components/pileBarChart.vue Bestand weergeven

@@ -1,13 +1,13 @@
<!--
* @Author: zhp
* @Date: 2023-12-27 13:54:52
* @LastEditTime: 2024-03-29 16:50:47
* @LastEditTime: 2024-03-29 17:01:16
* @LastEditors: zhp
* @Description:
-->
<template>
<div>
<div :id="id" class="productChart" :style="{ height:'80px', width: width }" />
<div :id="id" class="productChart" :style="{ height:'75px', width: width }" />
</div>
</template>



Laden…
Annuleren
Opslaan