指标越限程度取值修改

This commit is contained in:
stt
2025-11-17 09:51:31 +08:00
parent f66dd649c7
commit 0f090666e9
5 changed files with 40 additions and 43 deletions

View File

@@ -20,7 +20,7 @@
</template>
<div
:style="{
height: `calc((${prop.height} - 57px) / 5) `,
height: `calc(${prop.height} / 5 ) `,
overflow: 'auto'
}"
v-html="getTextForDate(data.day)"