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/workAppointSummary/index.vue | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
index f8b7127..2d9ebc4 100644
--- a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
+++ b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
@@ -1,5 +1,6 @@
<template>
<div class="home-container">
+ <el-scrollbar height="100%">
<el-row>
<el-col :span="6">
<div class="grid-content topInfo">
@@ -65,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"
@@ -89,6 +90,7 @@
</el-row>
<div ref="myChart" style="width: 100%;height:400px;"></div>
</el-dialog>
+ </el-scrollbar>
</div>
</template>
@@ -427,8 +429,10 @@
<style scoped lang="scss">
$homeNavLengh: 8;
.home-container {
+ height: 100%;
+ background: #fff;
overflow: hidden;
- padding: 20px 40px;
+ padding: 40px;
.el-row{
margin-bottom: 20px;
}
@@ -438,7 +442,7 @@
.el-col{
display: flex;
align-items: center;
- margin: 40px 0;
+ margin: 20px 0;
}
.grid-content{
display: flex;
--
Gitblit v1.9.2