修改页面样式
This commit is contained in:
@@ -192,7 +192,7 @@ const Relation = (list: any, interval: number) => {
|
||||
})
|
||||
monthlyStatistics.value = {
|
||||
title: {
|
||||
text: interval == 1 ? '年份' : interval == 2 ? '季度' : interval == 3 ? '月份' : ''
|
||||
text: '时间'
|
||||
},
|
||||
tooltip: {
|
||||
formatter: function (params: any) {
|
||||
@@ -283,7 +283,7 @@ const Relation = (list: any, interval: number) => {
|
||||
}
|
||||
// Processing()
|
||||
defineExpose({ Processing, Grade, Relation })
|
||||
const layout = mainHeight(140) as any
|
||||
const layout = mainHeight(150) as any
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
Reference in New Issue
Block a user