From eb4e54d7164a0429e3c94c60c76c4bcf05fe5ed0 Mon Sep 17 00:00:00 2001
From: xuhongjie <1943105267@qq.com>
Date: Wed, 9 Apr 2025 10:03:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=BB=8B=E7=BB=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../{背景框@2x.png => introduce-bg.png} | Bin
.../{框@2x.png => introduce-cell-bg.png} | Bin
.../{图标@2x.png => introduce-cell-icon.png} | Bin
.../{椭圆背景@2x.png => introduce-icon.png} | Bin
src/views/components/map/panelRight.vue | 217 ++++++++++++------
5 files changed, 142 insertions(+), 75 deletions(-)
rename src/assets/images/{背景框@2x.png => introduce-bg.png} (100%)
rename src/assets/images/{框@2x.png => introduce-cell-bg.png} (100%)
rename src/assets/images/{图标@2x.png => introduce-cell-icon.png} (100%)
rename src/assets/images/{椭圆背景@2x.png => introduce-icon.png} (100%)
diff --git a/src/assets/images/背景框@2x.png b/src/assets/images/introduce-bg.png
similarity index 100%
rename from src/assets/images/背景框@2x.png
rename to src/assets/images/introduce-bg.png
diff --git a/src/assets/images/框@2x.png b/src/assets/images/introduce-cell-bg.png
similarity index 100%
rename from src/assets/images/框@2x.png
rename to src/assets/images/introduce-cell-bg.png
diff --git a/src/assets/images/图标@2x.png b/src/assets/images/introduce-cell-icon.png
similarity index 100%
rename from src/assets/images/图标@2x.png
rename to src/assets/images/introduce-cell-icon.png
diff --git a/src/assets/images/椭圆背景@2x.png b/src/assets/images/introduce-icon.png
similarity index 100%
rename from src/assets/images/椭圆背景@2x.png
rename to src/assets/images/introduce-icon.png
diff --git a/src/views/components/map/panelRight.vue b/src/views/components/map/panelRight.vue
index 74d72a1..62e6993 100644
--- a/src/views/components/map/panelRight.vue
+++ b/src/views/components/map/panelRight.vue
@@ -1,77 +1,144 @@
-
-
-
-
-
-

-
服务受理
-
-
-

-
算法配置
-
-
-

-
事件分拨
-
-
-

-
飞行服务
-
-
-
-
-

-
飞行控制
-
-
-

-
设备管理
-
-
-

-
数据共享
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+ .cell-name{
+ font-size: 15px;
+color: #D2F3FF;
+ }
+}
+.use-row {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ gap: 6px;
+ .row-item {
+ box-sizing: border-box;
+ padding: 6px;
+ width: 80px;
+ height: 90px;
+ background: url("../../../assets/images/use-row-bg.png");
+ background-size: 100% 100%;
+ .row-img {
+ display: block;
+ width: 100%;
+ height: 80%;
+ }
+ .row-name {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ color: #fefeff;
+ height: 20%;
+ background: url("../../../assets/images/use-row-name.png");
+ background-size: 100% 100%;
+ }
+ }
+}
+