From 57b8f94d3e657fededb0dcf97cfe8be19dbd7c03 Mon Sep 17 00:00:00 2001 From: hongawen <83944980@qq.com> Date: Thu, 9 May 2024 18:55:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pnpm-lock.yaml | 11 +++++++++++ src/layouts/Layout.vue | 2 +- src/layouts/components/Menu/src/Menu.vue | 4 ++-- src/layouts/components/Setting/src/Setting.vue | 2 +- .../Setting/src/components/ColorRadioPicker.vue | 2 +- .../Setting/src/components/LayoutRadioPicker.vue | 2 +- src/layouts/components/TabMenu/src/TabMenu.vue | 2 +- src/layouts/components/TagsView/src/TagsView.vue | 2 +- src/layouts/components/ToolHeader.vue | 2 +- .../components/UserInfo/src/components/LockPage.vue | 2 +- 10 files changed, 21 insertions(+), 10 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bb32d2d4..f2877bde 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,6 +65,9 @@ dependencies: echarts-gl: specifier: ^2.0.9 version: 2.0.9(echarts@5.5.0) + echarts-liquidfill: + specifier: ^3.1.0 + version: 3.1.0(echarts@5.5.0) echarts4: specifier: npm:echarts@^4.9.0 version: /echarts@4.9.0 @@ -2421,6 +2424,14 @@ packages: zrender: 5.5.0 dev: false + /echarts-liquidfill@3.1.0(echarts@5.5.0): + resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==, tarball: https://registry.npmmirror.com/echarts-liquidfill/-/echarts-liquidfill-3.1.0.tgz} + peerDependencies: + echarts: ^5.0.1 + dependencies: + echarts: 5.5.0 + dev: false + /echarts@4.9.0: resolution: {integrity: sha512-+ugizgtJ+KmsJyyDPxaw2Br5FqzuBnyOWwcxPKO6y0gc5caYcfnEUIlNStx02necw8jmKmTafmpHhGo4XDtEIA==, tarball: https://registry.npmmirror.com/echarts/-/echarts-4.9.0.tgz} dependencies: diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index 82bff724..d8962634 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -67,7 +67,7 @@ export default defineComponent({