From bb5520a7d1fecac5351d8d679d3b72408bfd1cc1 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期六, 30 五月 2020 14:54:58 +0800 Subject: [PATCH] 当tags-view滚动关闭右键菜单 --- ruoyi-ui/src/views/system/notice/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/notice/index.vue b/ruoyi-ui/src/views/system/notice/index.vue index caedc50..50dcd3e 100644 --- a/ruoyi-ui/src/views/system/notice/index.vue +++ b/ruoyi-ui/src/views/system/notice/index.vue @@ -125,7 +125,7 @@ /> <!-- 添加或修改公告对话框 --> - <el-dialog :title="title" :visible.sync="open" width="780px"> + <el-dialog :title="title" :visible.sync="open" width="780px" append-to-body> <el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-row> <el-col :span="12"> @@ -176,6 +176,7 @@ import Editor from '@/components/Editor'; export default { + name: "Notice", components: { Editor }, -- Gitblit v1.9.2