projects/mesxc-zhp #295

Merged
juzi merged 2 commits from projects/mesxc-zhp into projects/mesxc-test 2024-03-29 17:07:45 +08:00

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>