指标越限明显样式调整
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
<template #content>
|
<template #content>
|
||||||
<span v-html="getTextForDate(data.day)"></span>
|
<span v-html="getTextForDate(data.day)"></span>
|
||||||
</template>
|
</template>
|
||||||
<div class="details" v-html="getTextForDate(data.day)"></div>
|
<div class="details" v-html="fullscreen ? getTextForDate(data.day) : '有越限'"></div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user