From 16332a341801f80d27830d2ea4e683b4ab21167c Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期一, 21 四月 2025 18:28:00 +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