| | |
| | | ></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]" |
| | |
| | | } |
| | | .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; |