ソースを参照

bug:修复消息弹窗bug

lupeng 1 年間 前
コミット
64dec10914
1 ファイル変更4 行追加2 行削除
  1. 4 2
      src/layout/components/NavBar/components/NavbarRight.vue

+ 4 - 2
src/layout/components/NavBar/components/NavbarRight.vue

@@ -77,6 +77,7 @@
       v-model="dialog.visible"
       :title="dialog.title"
       width="980px"
+      :append-to-body="true"
       min-height="800px"
       @close="dialog.visible = false"
     >
@@ -285,7 +286,6 @@ const userCenter = () => {
     background: rgb(0 0 0 / 10%);
   }
 }
-
 .layout-top,
 .layout-mix {
   .setting-item,
@@ -293,7 +293,9 @@ const userCenter = () => {
     color: var(--el-color-white);
   }
 }
-
+.el-scrollbar{
+  height: auto !important;
+}
 .dark .setting-item:hover {
   background: rgb(255 255 255 / 20%);
 }