From 77861fcc5ee1c4f8e7c6412b373cb438c7313930 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 03 九月 2025 10:06:26 +0800
Subject: [PATCH] 头部样式修改、适配不同机型

---
 src/pages/sales/invoicingRegistration/index.vue |   53 ++++++++++++++++-------------------------------------
 1 files changed, 16 insertions(+), 37 deletions(-)

diff --git a/src/pages/sales/invoicingRegistration/index.vue b/src/pages/sales/invoicingRegistration/index.vue
index 2f4c344..e7af8a9 100644
--- a/src/pages/sales/invoicingRegistration/index.vue
+++ b/src/pages/sales/invoicingRegistration/index.vue
@@ -66,23 +66,22 @@
 					
 					<!-- 鎿嶄綔鎸夐挳鍖哄煙 -->
 					<view class="action-buttons">
-						<van-button
-							type="primary"
-							size="small"
-							@click="handleAddInvoice(item)"
-							class="action-btn"
-							:disabled="item.noInvoiceAmountTotal == 0"
-						>
-							鏂板寮�绁�
-						</van-button>
-						<van-button
-							type="default"
-							size="small"
-							@click="handleViewDetail(item)"
-							class="action-btn"
-						>
-							鏌ョ湅璇︽儏
-						</van-button>
+						<up-button
+			type="primary"
+			size="small"
+			@click="handleAddInvoice(item)"
+			class="action-btn"
+			:disabled="item.noInvoiceAmountTotal == 0"
+		>
+			鏂板寮�绁�
+		</up-button>
+		<up-button
+			size="small"
+			@click="handleViewDetail(item)"
+			class="action-btn"
+		>
+			鏌ョ湅璇︽儏
+		</up-button>
 					</view>
 				</view>
 			</view>
@@ -177,26 +176,6 @@
 	min-height: 100vh;
 	background: #f8f9fa;
 	position: relative;
-}
-
-.page-header {
-	background: #ffffff;
-	padding: 16px 20px;
-	display: flex;
-	align-items: center;
-	justify-content: space-between;
-	border-bottom: 1px solid #f0f0f0;
-	position: sticky;
-	/* 鍏煎 iOS 鍒樻捣/鐏靛姩宀涘畨鍏ㄥ尯 */
-	padding-top: env(safe-area-inset-top);
-	top: 0;
-	z-index: 100;
-}
-
-.header-left {
-	display: flex;
-	align-items: center;
-	gap: 8px;
 }
 
 .nav-icon {

--
Gitblit v1.9.3