From 5ac6df4ffb2ce0f365554d6e9d0e226da70208ec Mon Sep 17 00:00:00 2001 From: leiqiaochu Date: Mon, 27 Mar 2023 14:20:04 +0800 Subject: [PATCH 1/2] fix: bug#11022 --- src/views/device/DashBoard/index.vue | 4 +- src/views/init-home/Basic/index.vue | 107 ++++++++++++---------- src/views/rule-engine/DashBoard/index.vue | 8 +- 3 files changed, 64 insertions(+), 55 deletions(-) diff --git a/src/views/device/DashBoard/index.vue b/src/views/device/DashBoard/index.vue index 662badb9..d406b886 100644 --- a/src/views/device/DashBoard/index.vue +++ b/src/views/device/DashBoard/index.vue @@ -445,7 +445,7 @@ const setDevMesChartOption = ( type: 'line', smooth: true, symbolSize: 0, // 拐点大小 - color: '#96ECE3', + color: '#ADC6FF', areaStyle: { color: { type: 'linear', @@ -456,7 +456,7 @@ const setDevMesChartOption = ( colorStops: [ { offset: 0, - color: '#96ECE3', // 100% 处的颜色 + color: '#ADC6FF', // 100% 处的颜色 }, { offset: 1, diff --git a/src/views/init-home/Basic/index.vue b/src/views/init-home/Basic/index.vue index 3f511712..9db759b8 100644 --- a/src/views/init-home/Basic/index.vue +++ b/src/views/init-home/Basic/index.vue @@ -10,7 +10,6 @@ > @@ -255,7 +254,7 @@ - - diff --git a/src/views/system/Menu/Setting/index.vue b/src/views/system/Menu/Setting/index.vue index 9634b5b5..bf7bcea4 100644 --- a/src/views/system/Menu/Setting/index.vue +++ b/src/views/system/Menu/Setting/index.vue @@ -3,84 +3,84 @@
- 基于系统源代码中的菜单数据,配置系统菜单。 + 单击可切换菜单未选中/选中状态;操作父级菜单时,对应子菜单状态将默认与其同步,可以单独操作调整;支持拖拽菜单调整展示顺序。 +
-
- 系统菜单 - - +
+ - - -
-
- - - + +
+
+ 保存 + + 保存后当前系统菜单数据将被覆盖,确认操作? +