From 16efe8bf50837297c8d43a12757fbcd9ab0d2409 Mon Sep 17 00:00:00 2001 From: ColorWhiteDeveloper <2632970487@qq.com> Date: 星期五, 16 九月 2022 18:16:19 +0800 Subject: [PATCH] 修改登录页面,首页侧边栏以及新增创建用户界面 --- src/views/layout/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 6c6b0a6..44b4ff0 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -38,7 +38,7 @@ } } .el-main { - background-color: #061125; + background-color: #f0f2f5; color: #333; text-align: center; line-height: 160px; -- Gitblit v1.8.0