Compare commits

..

No commits in common. "15358fd7e2d7b5d17c5e85c839520f98687c9fca" and "7944824ffe693dacfc8f8a5a9f3895d5f86b06b0" have entirely different histories.

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 17:01:16 * @LastEditTime: 2024-03-29 16:50:47
* @LastEditors: zhp * @LastEditors: zhp
* @Description: * @Description:
--> -->
<template> <template>
<div> <div>
<div :id="id" class="productChart" :style="{ height:'75px', width: width }" /> <div :id="id" class="productChart" :style="{ height:'80px', width: width }" />
</div> </div>
</template> </template>