From a7cd5b2d39f856a72d901906a61af00b4e2039a6 Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期五, 19 七月 2024 09:45:43 +0800
Subject: [PATCH] fix:科目下拉
---
src/layout/components/Navbar.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index d5e7c2d..cfb834a 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -26,7 +26,8 @@
title="閫氱煡"
:visible.sync="notifyShow"
width="400px"
- :modal="false"
+ :modal="true"
+ :modal-append-to-body="false"
>
<div class="notify-warp" v-if="notify.feedBack && notify.feedBack > 0">
{{notify.feedBack}}鏉�<el-link @click="jump('/exam/feedback/list')" class="core" type="primary">閿欓鍙嶉</el-link>绛夊緟鎮ㄧ殑澶勭悊锛�
--
Gitblit v1.8.0