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/workReservation/index.vue | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/specialWorkSystem/workPlan/workReservation/index.vue b/src/views/specialWorkSystem/workPlan/workReservation/index.vue index 52d567c..1fef452 100644 --- a/src/views/specialWorkSystem/workPlan/workReservation/index.vue +++ b/src/views/specialWorkSystem/workPlan/workReservation/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"> @@ -92,6 +93,7 @@ </span> </template> </el-dialog> + </el-scrollbar> </div> </template> @@ -219,8 +221,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; } @@ -230,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