From 74d460aa271f406cf36b2f20aa26b84d7c775217 Mon Sep 17 00:00:00 2001 From: “dzb” <2632970487@qq.com> Date: 星期三, 21 九月 2022 17:50:19 +0800 Subject: [PATCH] 新建logo页面,第三方接口,案件池页面搭建 --- 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 112b4ad..3fc3602 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -41,7 +41,7 @@ } .el-main { - background-color: #f0f2f5; + background-color: #070f22; color: #333; text-align: center; line-height: 160px; -- Gitblit v1.8.0