From d086ea096dbc2e5bc29a20a9e9280f5ccc5868b7 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 15 Jan 2026 09:04:11 +0800
Subject: [PATCH] feat:更新小程序

---
 uniapps/work-wx/src/subPackages/flightApplication/add.vue |   35 +++++++++++++++++++++--------------
 1 files changed, 21 insertions(+), 14 deletions(-)

diff --git a/uniapps/work-wx/src/subPackages/flightApplication/add.vue b/uniapps/work-wx/src/subPackages/flightApplication/add.vue
index e350718..02c5d54 100644
--- a/uniapps/work-wx/src/subPackages/flightApplication/add.vue
+++ b/uniapps/work-wx/src/subPackages/flightApplication/add.vue
@@ -290,13 +290,9 @@
                 ></up-icon>
             </template>
         </u-form-item>
-        <u-button class="submit-button-wrapper" color="#1D6FE9" size="large" @click="submitForm">
+        <!-- <u-button class="submit-button-wrapper" color="#1D6FE9" size="large" @click="submitForm">
             飞行申请
-        </u-button>
-        <!-- 飞任务类型 -->
-        <view class="attention">
-            注:新增空域/航线/飞手等前往吉安市低空经济服务一体化
-        </view>
+        </u-button> -->
     <u-picker
         :show="isShowFlightTaskType"
         :columns="[actionsFlightTaskType]"
@@ -377,7 +373,11 @@
         @cancel="isShowFlightRouteInfo = false"
     />
     </u-form>
-    
+    <u-button @click="submitForm" color="#1D6FE9">飞行申请</u-button>
+    <!-- 飞任务类型 -->
+    <view class="attention">
+        注:新增空域/航线/飞手等前往吉安市低空经济服务一体化
+    </view>
 </view>
 </template>
 <script setup>
@@ -751,6 +751,20 @@
         margin-bottom: 24rpx;
         padding-left: 0rpx !important;
     }
+    :deep(.u-button) {
+        width: 80%;
+        padding: 28rpx;
+        border-radius: 8rpx 8rpx 8rpx 8rpx;
+        margin-bottom: 20rpx;
+    }
+    .attention {
+        font-family: Source Han Sans CN, Source Han Sans CN;
+        font-weight: 400;
+        font-size: 12px;
+        color: #1D6FE9;
+        //  margin-top: 24rpx;
+        text-align: center;
+    }
     .select-wrapper {
         position: relative;
         width: 100%;
@@ -785,13 +799,6 @@
         // 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