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%;
+ }
+ }
+}
+