From 0c966cb74acac1a1cc3bcaaa579019f1177d3e36 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期二, 20 九月 2022 15:42:26 +0800 Subject: [PATCH] 解决dialog数据不销毁 --- src/views/layout/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index c9bb95e..3fc3602 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -2,7 +2,7 @@ <el-container id="body-wrapper"> <!-- 渚ц竟瀵艰埅鏍� --> <Menu /> - <el-container> + <el-container class="content"> <!-- 澶撮儴 --> <Header /> <!-- 鍐呭鍖哄煙 --> @@ -35,13 +35,13 @@ margin-top: 60px; } -.my-el-container { +.content{ display: flex; flex-direction: column; } .el-main { - background-color: #f0f2f5; + background-color: #070f22; color: #333; text-align: center; line-height: 160px; -- Gitblit v1.8.0