From d30a31e7c2a9acd08da8983e42e6fdf014707a04 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期五, 26 九月 2025 15:39:47 +0800
Subject: [PATCH] 打包修改
---
src/pages_qiun/pages/main/index.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/pages_qiun/pages/main/index.vue b/src/pages_qiun/pages/main/index.vue
index 6d32aac..4cc08fb 100644
--- a/src/pages_qiun/pages/main/index.vue
+++ b/src/pages_qiun/pages/main/index.vue
@@ -21,7 +21,7 @@
</view>
<!-- 鍏徃鍖哄煙涓嬫媺鍒楄〃 -->
<drop-down ref="companyDrop" @tap="changDrop(2)" @changeItem="changeLocation" :list="locationArray"
- :contentTop="top" contentRight="10" :selectWidth="showCalendar ? '200rpx' : '300rpx'" listWidth="75%">
+ :contentTop="top" contentRight="10" :selectWidth="showCalendar ? '200rpx' : '400rpx'" listWidth="75%">
</drop-down>
</view>
<uni-calendar ref="calendar" :insert="false" :start-date="startDate" :end-date="endDate" :clearDate="false"
@@ -245,6 +245,8 @@
}
.head {
+ display: flex;
+ justify-content: space-between;
padding: 0 16rpx 14rpx 16rpx;
color: #fff;
background-color: #40A2ED;
--
Gitblit v1.9.3