指标越限明显样式调整

This commit is contained in:
stt
2025-12-08 08:55:36 +08:00
parent 77a9a2adfc
commit f1ac67070f

View File

@@ -32,7 +32,7 @@
<template #content>
<span v-html="getTextForDate(data.day)"></span>
</template>
<div class="details" v-html="getTextForDate(data.day)"></div>
<div class="details" v-html="fullscreen ? getTextForDate(data.day) : '有越限'"></div>
</el-tooltip>
</div>
</template>