From 7eebd7981c1f5d2c569556d1e87f7818cef18cce Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 21 八月 2025 13:15:15 +0800
Subject: [PATCH] 1.样式修改

---
 src/pages/sales/receiptPaymentHistory/index.vue |   15 ++++-----------
 1 files changed, 4 insertions(+), 11 deletions(-)

diff --git a/src/pages/sales/receiptPaymentHistory/index.vue b/src/pages/sales/receiptPaymentHistory/index.vue
index e2be722..de4620d 100644
--- a/src/pages/sales/receiptPaymentHistory/index.vue
+++ b/src/pages/sales/receiptPaymentHistory/index.vue
@@ -1,14 +1,7 @@
 <template>
 	<view class="receipt-payment-history">
-		<!-- 椤甸潰澶撮儴 -->
-		<van-nav-bar
-			title="鍥炴鍘嗗彶"
-			left-text="杩斿洖"
-			left-arrow
-			@click-left="goBack"
-			fixed
-			placeholder
-		/>
+		<!-- 浣跨敤閫氱敤椤甸潰澶撮儴缁勪欢 -->
+		<PageHeader title="鍥炴鍘嗗彶" @back="goBack" />
 		
 		<!-- 鎼滅储鍖哄煙 -->
 		<view class="search-section">
@@ -273,7 +266,7 @@
 
 .item-tag {
 	border-radius: 4px;
-	padding: 2px 8px;
+	padding:  2px 8px;
 }
 
 .tag-electric {
@@ -289,7 +282,7 @@
 }
 
 .tag-text {
-	font-size: 11px;
+	font-size: 14px;
 	color: #ffffff;
 	font-weight: 500;
 }

--
Gitblit v1.9.3