From 32d1501e6fe6338eb6dc51c26df7fe0808caac0d Mon Sep 17 00:00:00 2001
From: zuoxiao <lf_zuo@163.com>
Date: 星期四, 26 六月 2025 15:05:28 +0800
Subject: [PATCH] feat(general): 优化写卡成功界面并添加开卡功能- 重新设计写卡成功界面布局,增加滚动视图以支持长文本显示 - 添加开卡功能相关的UI和逻辑,包括工本费和充值金额的展示- 增加用户姓名和卡片信息的显示 - 优化打印凭证的内容和格式 -调整NFC连接逻辑,提高连接成功率

---
 baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
index 90969f7..0f1fb78 100644
--- a/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
+++ b/baselibrary/src/main/res/drawable/base_bg_dialog_top_stroke.xml
@@ -22,10 +22,10 @@
         android:startColor="#ffffff" />
     <!-- 璁剧疆鍥涗釜瑙掔殑瑙掑害 -->
     <corners
-        android:bottomLeftRadius="15dp"
-        android:bottomRightRadius="15dp"
-        android:topLeftRadius="15dp"
-        android:topRightRadius="15dp" />
+        android:bottomLeftRadius="5dp"
+        android:bottomRightRadius="5dp"
+        android:topLeftRadius="5dp"
+        android:topRightRadius="5dp" />
     <!-- 璁剧疆padding -->
 
 </shape>
\ No newline at end of file

--
Gitblit v1.8.0