#295 projects/mesxc-zhp

Merged
juzi merged 2 commits from projects/mesxc-zhp into projects/mesxc-test 5 months ago
  1. +2
    -2
      src/views/OperationalOverview/components/pileBarChart.vue

+ 2
- 2
src/views/OperationalOverview/components/pileBarChart.vue View File

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




Loading…
Cancel
Save