From 3d2934e04f16571403f37d71b3e49808d8b56e90 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Fri, 6 Dec 2024 17:40:23 +0800 Subject: [PATCH] 1 --- src/components/OnlineFile/index.vue | 8 ++- src/layout/components/Navbar/index.vue | 60 ++++++++++++++++++- src/settings.js | 7 ++- src/styles/navbar.css | 16 +++++ src/styles/navbar.css.map | 2 +- src/styles/navbar.scss | 16 +++++ src/utils/index.js | 4 +- .../system/DashboardComponents/quickMenu.vue | 8 ++- src/views/system/DashboardComponents/toDo.vue | 7 ++- src/views/system/components/AddArticle.vue | 9 ++- 10 files changed, 123 insertions(+), 14 deletions(-) diff --git a/src/components/OnlineFile/index.vue b/src/components/OnlineFile/index.vue index 55c92bf..1f18213 100644 --- a/src/components/OnlineFile/index.vue +++ b/src/components/OnlineFile/index.vue @@ -2,9 +2,11 @@
import { PopupManager } from 'element-ui/lib/utils/popup' +import { defaultModalSize } from '@/settings' export default { data() { return { + defaultModalSize, zIndex: PopupManager.nextZIndex(), showModal: false, codeUri: '' diff --git a/src/layout/components/Navbar/index.vue b/src/layout/components/Navbar/index.vue index 01ea515..b1745e1 100644 --- a/src/layout/components/Navbar/index.vue +++ b/src/layout/components/Navbar/index.vue @@ -16,6 +16,10 @@