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/index.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/uniapps/work-wx/src/subPackages/flightApplication/index.vue b/uniapps/work-wx/src/subPackages/flightApplication/index.vue
index 546e569..4a10046 100644
--- a/uniapps/work-wx/src/subPackages/flightApplication/index.vue
+++ b/uniapps/work-wx/src/subPackages/flightApplication/index.vue
@@ -33,10 +33,10 @@
</view>
</template>
<script setup>
- import spSvg from '@/static/images/sp.svg'
+ import spSvg from '@/static/images/sp.png'
import { flightPlanPageInfoApi } from '@/api/index.js'
- import fxsqSvg from '@/static/images/fly-apply.svg'
- import mysbSvg from '@/static/images/my-sb.svg'
+ import fxsqSvg from '@/static/images/fly-apply.png'
+ import mysbSvg from '@/static/images/my-sb.png'
import { ref } from 'vue'
@@ -130,7 +130,7 @@
.header-top {
width: 100%;
height: 350rpx;
- background: url('@/static/images/fxsq-bg.png') no-repeat center center;
+ background: url('@/static/images/fxsq-bg.png') no-repeat center;
background-size: 100% 100%;
position: fixed;
top: 0;
@@ -170,7 +170,7 @@
}
}
}
- .u-search {
+ :deep(.u-search) {
position: absolute;
width: 90%;
left: 50%;
--
Gitblit v1.9.3