From 4b2e902503ac1fabde7340ca26a1adbc0018d118 Mon Sep 17 00:00:00 2001
From: 艺术家 <10819716+q100102@user.noreply.gitee.com>
Date: 星期三, 11 六月 2025 17:31:41 +0800
Subject: [PATCH] 代码提交
---
项目代码/可视化大屏/client/src/views/Index.vue | 43 +++++++++++++++++++++++--------------------
1 files changed, 23 insertions(+), 20 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue"
index 757d75b..8d80cb8 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\345\217\257\350\247\206\345\214\226\345\244\247\345\261\217/client/src/views/Index.vue"
@@ -5,7 +5,7 @@
display: flex;
justify-content: center;
color: #fff;
- font-size: 20rem;
+ font-size: 23rem;
letter-spacing: 5rem;
font-weight: bold;
"
@@ -120,8 +120,8 @@
>
<div
style="
- width: 40%;
- font-size: 7rem;
+ width: 45%;
+ font-size: 8rem;
color: #fff;
background-color: #058f66;
border-radius: 1.5rem;
@@ -133,8 +133,8 @@
</div>
<div
style="
- width: 40%;
- font-size: 7rem;
+ width: 45%;
+ font-size: 8rem;
color: #fff;
background-color: #d9001b;
border-radius: 1.5rem;
@@ -151,15 +151,25 @@
color: #fff;
font-size: 5rem;
display: flex;
- width: 90%;
+ width: 100%;
justify-content: space-between;
align-items: center;
- margin-top: 5rem;
+ margin-top: 12rem;
+ padding: 0 1rem;
"
>
- <div style="color: #fff">妫�淇汉鍛樺垪琛�</div>
- <div style="color: #fff">
- 姝e湪妫�淇汉鍛樻暟閲�:
+ <div>
+ <img
+ style="width: 6rem; height: 6rem"
+ src="@/assets/imgs/宸ュ崟绠$悊.png"
+ alt=""
+ />
+ <span style="color: #fff; font-size: 7rem; font-weight: bold"
+ >浣滀笟浜哄憳鍒楄〃</span
+ >
+ </div>
+ <div style="color: #fff; font-size: 4rem">
+ 姝e湪浣滀笟浜哄憳鏁伴噺:
<span style="font-size: 4rem">{{ pageTotal }}</span
>浣�
</div>
@@ -212,12 +222,6 @@
>
</el-table-column>
<el-table-column
- prop="createDate"
- label="鏃ユ湡"
- align="center"
- min-width="2%"
- />
- <el-table-column
prop="maintenancStartTime"
label="寮�濮嬫椂闂�"
align="center"
@@ -229,11 +233,10 @@
<div
style="
position: absolute;
- bottom: 4%;
+ bottom: 2%;
color: #fff;
font-weight: bold;
- font-size: 3rem;
- margin-top: 2rem;
+ font-size: 5rem;
"
>
{{ currentTime }}
@@ -256,7 +259,7 @@
//鍒嗛〉璇锋眰鍙傛暟
const pageQuery = ref({
page: 1, //褰撳墠椤甸潰
- rows: 20, //姣忛〉鏄剧ず鏉℃暟
+ rows: 1000, //姣忛〉鏄剧ず鏉℃暟
order: "desc", //鎺掑簭鏂瑰紡
sort: "", //鎺掑簭瀛楁
wheres: "", //鏉′欢鏌ヨ
--
Gitblit v1.9.3