From 89afb4a7dde11292f4b34cb728bdc4f1860b1917 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 13 Jan 2026 14:05:54 +0800
Subject: [PATCH] Merge branch 'master' of http://139.196.74.78:10010/r/jagzwxm/ja_web
---
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