beta Statistics Paramer History 弹窗中图表样式调整,及增加tooltip 提示

This commit is contained in:
任珮宇 2023-11-20 15:06:50 +08:00
parent 7a84831ff8
commit cca6fc22a8
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template> <template>
<custom-modal v-model="visible" :width="1200" :title="type == 1 || type == 3 ? 'ARR' : 'RRR'"> <custom-modal v-model="visible" :width="1200" :title="type == 1 || type == 3 ? 'ARR' : 'RRR'">
<a-spin :spinning="isLoading"> <a-spin :spinning="isLoading">
<a-textarea v-model="content" :readonly="type == 1 || type == 2"></a-textarea> <a-textarea style="font-family: 宋体" v-model="content" :readonly="type == 1 || type == 2"></a-textarea>
</a-spin> </a-spin>
<div slot="custom-footer" style="text-align: center"> <div slot="custom-footer" style="text-align: center">
<a-space :size="20"> <a-space :size="20">

View File

@ -159,6 +159,7 @@ const initialOption = {
top: 20, top: 20,
bottom: 60, bottom: 60,
}, },
tooltip: {},
legend: { legend: {
show: false, show: false,
orient: 'vertical', orient: 'vertical',
@ -352,6 +353,7 @@ export default {
color: item.m_GraphPen, color: item.m_GraphPen,
}, },
symbol: 'circle', symbol: 'circle',
symbolSize: 8,
} }
}) })
} else { } else {