From 6a787b9af792e04ae40625ed44c362fa0c9a3f4e Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 17 四月 2025 18:26:31 +0800
Subject: [PATCH] 提交
---
h5/pages/chart_details/chart_details.vue | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/h5/pages/chart_details/chart_details.vue b/h5/pages/chart_details/chart_details.vue
index 4feaab0..656fc41 100644
--- a/h5/pages/chart_details/chart_details.vue
+++ b/h5/pages/chart_details/chart_details.vue
@@ -190,11 +190,21 @@
{
name: '涓嶇鍚堟暟',
type: 'bar',
+ label: {
+ show: true,
+ color: '#3875C5',
+ position: 'right'
+ },
data: []
},
{
name: '宸茶В鍐虫暟',
type: 'bar',
+ label: {
+ show: true,
+ color: '#3875C5',
+ position: 'right'
+ },
data: []
}
]
@@ -398,7 +408,7 @@
.chat {
width: 100%;
- height: 500rpx;
+ height: 800rpx;
padding: 0 30rpx;
box-sizing: border-box;
margin-top: 90rpx;
--
Gitblit v1.9.3