指标越限明显样式调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user