Merge pull request 'projects/mesxc-zhp' (#295) from projects/mesxc-zhp into projects/mesxc-test

Reviewed-on: #295
This commit is contained in:
朱菊兰 2024-03-29 17:07:44 +08:00
commit 8ae9efe4bd

View File

@ -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>