From f4a21753669a30312723b4383f9ab8d74539f519 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期日, 10 十一月 2024 19:56:46 +0800
Subject: [PATCH] 1

---
 src/views/mdc/station-live.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/mdc/station-live.vue b/src/views/mdc/station-live.vue
index 16b79b6..cf87897 100644
--- a/src/views/mdc/station-live.vue
+++ b/src/views/mdc/station-live.vue
@@ -2,7 +2,7 @@
  * @Author: lzhe lzhe@example.com
  * @Date: 2024-03-26 10:28:33
  * @LastEditors: lzhe lzhe@example.com
- * @LastEditTime: 2024-11-10 19:35:08
+ * @LastEditTime: 2024-11-10 19:56:18
  * @FilePath: /smart-web/src/views/master/person/main/index.vue
  * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 -->
@@ -30,29 +30,28 @@
 			<div class="dataHr"></div>
 			<div class="content-zhou-box">
 				<div class="zhou-one content-zhou-border">
-			    	<div><div id="wcs-left" style="width: 100%;height:300px;"></div></div>
+			    	<div><div id="wcs-left" style="width: 100%;height:340px;"></div></div>
 				</div>
 				<div class="zhou-two content-zhou-border">
-					<el-table :data="tableData2" style="width: 100%;height:300px;">
+					<el-table :data="tableData2" style="width: 100%;height:340px;">
 						<el-table-column prop="test" label="杞�"></el-table-column>
 						<el-table-column prop="test" label="鍧愭爣"></el-table-column>
 						<el-table-column prop="test" label="鎵煩"></el-table-column>
 					</el-table>
 				</div>
 				<div class="zhou-three content-zhou-border">
-					<el-table :data="alarmtableData" style="width: 100%;height:260px;">
+					<el-table :data="alarmtableData" style="height:300px;">
 						<el-table-column prop="alarmCode" label="鎶ヨ鍙�"></el-table-column>
 						<el-table-column prop="alarmMsg" label="鎶ヨ鍐呭"></el-table-column>
 						<el-table-column prop="alarmTime" label="鎶ヨ鏃堕棿"></el-table-column>
 					</el-table>
 					<el-pagination
-						style="margin-top: 6px;padding-left: 6px;padding-right: 6px;"
+						style="margin-top: 6px;padding-left: 6px;padding-right: 6px;width: 450;position:absolute;right:0;"
 						@size-change="alarmSizeChange"
 						@current-change="alarmCurrentChange"
 						:current-page="currentPage4"
-						:page-sizes="[15, 50, 100]"
 						:page-size="15"
-						layout="total, sizes, prev, pager, next, jumper"
+						layout="total, prev, pager, next"
 						:total="alarmtotal">
 					</el-pagination>
 				</div>
@@ -869,6 +868,7 @@
 }
 .content-two,.zhou-three {
 	flex: 1;
+	position: relative;
 }
 .content-two {
 	border-left: 1px solid #eee;
@@ -879,7 +879,7 @@
 	width: 25%;
 }
 .zhou-one {
-	width: 28%;
+	width: 330px;
 }
 .zhou-two {
 	width:28%;

--
Gitblit v1.9.3