From ff0749984d2a018e8ef68fa9cd889490895c38fd Mon Sep 17 00:00:00 2001 From: 北风 <1638654441@qq.com> Date: 星期五, 22 五月 2020 19:02:38 +0800 Subject: [PATCH] tagview & sidebar 主题颜色与element ui(全局)同步 --- 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