From b0bc7311799d8e8cc2e385f8316ab32551f103fd Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: Tue, 05 Jul 2022 17:06:18 +0800
Subject: [PATCH] 修改页面
---
src/views/specialWorkSystem/workPlan/workReservation/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/specialWorkSystem/workPlan/workReservation/index.vue b/src/views/specialWorkSystem/workPlan/workReservation/index.vue
index ed35d83..1fef452 100644
--- a/src/views/specialWorkSystem/workPlan/workReservation/index.vue
+++ b/src/views/specialWorkSystem/workPlan/workReservation/index.vue
@@ -222,6 +222,7 @@
$homeNavLengh: 8;
.home-container {
height: 100%;
+ background: #fff;
overflow: hidden;
padding: 40px;
.el-row{
@@ -233,7 +234,7 @@
.el-col{
display: flex;
align-items: center;
- margin: 40px 0 20px;
+ margin: 20px 0;
}
.grid-content{
align-items: center;
--
Gitblit v1.9.2