指标越限程度取值修改
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user