From b0bc7311799d8e8cc2e385f8316ab32551f103fd Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期二, 05 七月 2022 17:06:18 +0800
Subject: [PATCH] 修改页面

---
 src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
index 7c33e64..2d9ebc4 100644
--- a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
+++ b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
@@ -66,7 +66,7 @@
 							v-model="dateRange"
 							type="daterange"
 							unlink-panels
-							range-separator="To"
+							range-separator="至"
 							start-placeholder="Start date"
 							end-placeholder="End date"
 							:shortcuts="shortcuts"
@@ -430,6 +430,7 @@
 	$homeNavLengh: 8;
 	.home-container {
 		height: 100%;
+		background: #fff;
 		overflow: hidden;
 		padding: 40px;
 		.el-row{
@@ -441,7 +442,7 @@
 		.el-col{
 			display: flex;
 			align-items: center;
-			margin: 40px 0;
+			margin: 20px 0;
 		}
 		.grid-content{
 			display: flex;

--
Gitblit v1.9.2