From afeaa739a92f1d4a9f9aeebe4b889ed70dc2bd63 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Tue, 13 Jan 2026 14:44:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 uniapps/work-wx/src/subPackages/flightApplication/add.vue |   25 +++++++++++++++++--------
 1 files changed, 17 insertions(+), 8 deletions(-)

diff --git a/uniapps/work-wx/src/subPackages/flightApplication/add.vue b/uniapps/work-wx/src/subPackages/flightApplication/add.vue
index 2512e98..e350718 100644
--- a/uniapps/work-wx/src/subPackages/flightApplication/add.vue
+++ b/uniapps/work-wx/src/subPackages/flightApplication/add.vue
@@ -290,14 +290,13 @@
                 ></up-icon>
             </template>
         </u-form-item>
-        <u-button class="submit-button-wrapper"
-                type="primary"
-                size="small"
-                @click="submitForm"
-            >
-                提交
-            </u-button>
-            <!-- 飞任务类型 -->
+        <u-button class="submit-button-wrapper" color="#1D6FE9" size="large" @click="submitForm">
+            飞行申请
+        </u-button>
+        <!-- 飞任务类型 -->
+        <view class="attention">
+            注:新增空域/航线/飞手等前往吉安市低空经济服务一体化
+        </view>
     <u-picker
         :show="isShowFlightTaskType"
         :columns="[actionsFlightTaskType]"
@@ -783,6 +782,16 @@
     }
      .submit-button-wrapper {
         padding: 28rpx;
+        // width: 80%;
+        // height: 100rpx;
+        border-radius: 8rpx 8rpx 8rpx 8rpx;
+    }
+    .attention {
+        font-family: Source Han Sans CN, Source Han Sans CN;
+        font-weight: 400;
+        font-size: 12px;
+        color: #1D6FE9;
+         margin-top: 24rpx;
     }
     :deep(.u-form-item) {
         margin-bottom: 40rpx;

--
Gitblit v1.9.3