From 5c35d26c03b49303600b861c39c435c8e9461e4d Mon Sep 17 00:00:00 2001
From: Admin <978517621@qq.com>
Date: 星期五, 01 七月 2022 18:12:41 +0800
Subject: [PATCH] 添加页面

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

diff --git a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
index 471eff5..f8b7127 100644
--- a/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
+++ b/src/views/specialWorkSystem/workPlan/workAppointSummary/index.vue
@@ -31,8 +31,8 @@
 			</el-col>
 			<el-col :span="12" class="topBtns">
 				<div class="grid-content topInfo">
-					<div style="margin-right: 20px"><el-button type="primary" plain>查询历史</el-button></div>
-					<div><el-button type="primary" @click="dialogChartsVisible = true">查看统计图表</el-button></div>
+					<div style="margin-right: 20px"><el-button type="primary" plain size="default">查询历史</el-button></div>
+					<div><el-button type="primary" @click="dialogChartsVisible = true" size="default">查看统计图表</el-button></div>
 				</div>
 			</el-col>
 		</el-row>
@@ -49,7 +49,7 @@
 				<el-table-column prop="high" label="高处" />
 				<el-table-column prop="block" label="盲板抽堵" width="180" />
 				<el-table-column prop="tempUse" label="临时用电" width="180" />
-				<el-table-column fixed label="操作">
+				<el-table-column fixed="right" label="操作">
 					<template #default>
 						<el-button link type="primary" size="small">操作</el-button>
 					</template>

--
Gitblit v1.9.2