From 9a19efe814fd1b3f08673935ec9a9abc3394fb7c Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 28 Mar 2025 08:47:46 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/drone/command-center-dashboard
---
src/views/Home/components/HomeRight/EventOverview.vue | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/src/views/Home/components/HomeRight/EventOverview.vue b/src/views/Home/components/HomeRight/EventOverview.vue
index 6f9b5ca..2447bdb 100644
--- a/src/views/Home/components/HomeRight/EventOverview.vue
+++ b/src/views/Home/components/HomeRight/EventOverview.vue
@@ -41,7 +41,7 @@
<style scoped lang="scss">
.eventOverview {
width: 390px;
- height: hToV(445);
+ height: 445px;
background: linear-gradient(
270deg,
#1f3e7a 0%,
@@ -50,15 +50,15 @@
);
border-radius: 0px 0px 0px 0px;
opacity: 0.85;
- margin: hToV(3) 0 0 0;
- padding-top: hToV(15);
+ margin: 3px 0 0 0;
+ padding-top: 15px;
display: flex;
flex-direction: column;
align-items: center;
.overviewData {
width: 360px;
- height: hToV(122);
+ height: 122px;
background: url('@/assets/images/home/homeRight/overviewBg.png') no-repeat center / 100% 100%;
display: flex;
justify-content: space-between;
@@ -71,7 +71,7 @@
font-weight: 400;
font-size: 26px;
color: #ffffff;
- line-height: hToV(30);
+ line-height: 30px;
text-align: center;
}
@@ -80,7 +80,7 @@
font-weight: 400;
font-size: 14px;
color: #ffffff;
- line-height: hToV(20);
+ line-height: 20px;
text-align: center;
}
}
@@ -89,12 +89,12 @@
width: 246px;
display: flex;
flex-wrap: wrap;
- gap: hToV(13) 0;
+ gap: 13px 0;
font-family: Source Han Sans CN, Source Han Sans CN, serif;
font-weight: 400;
font-size: 14px;
color: #ffffff;
- line-height: hToV(14);
+ line-height: 14px;
.overviewItem {
width: calc(100% / 3);
@@ -102,11 +102,11 @@
.itemName {
display: flex;
align-items: center;
- margin-bottom: hToV(6);
+ margin-bottom: 6px;
img {
width: 16px;
- height: hToV(16);
+ height: 16px;
}
}
@@ -114,7 +114,7 @@
font-family: YouSheBiaoTiHei, YouSheBiaoTiHei, serif;
font-weight: 400;
font-size: 24px;
- line-height: hToV(18);
+ line-height: 18px;
}
}
}
--
Gitblit v1.9.3