下载账单页面样式优化

This commit is contained in:
2025-12-29 16:13:33 +08:00
parent 86581f3a11
commit 76b105866c

View File

@@ -275,10 +275,7 @@ const DownloadBill: React.FC = () => {
Taro.navigateBack();
}}
/>
<View
className="hint_content"
style={{ marginTop: `${totalHeight}px` }}
>
<View className="hint_content" style={{ marginTop: `147px` }}>
<Text> </Text>
<Text className="button_text" onClick={downloadExample}>
@@ -322,7 +319,8 @@ const DownloadBill: React.FC = () => {
</View>
<View
className={`option_button ${dateType === "month" ? "active" : ""
className={`option_button ${
dateType === "month" ? "active" : ""
}`}
onClick={() => {
selectDateRange("month");
@@ -331,7 +329,8 @@ const DownloadBill: React.FC = () => {
</View>
<View
className={`option_button ${dateType === "custom" ? "active" : ""
className={`option_button ${
dateType === "custom" ? "active" : ""
}`}
onClick={() => {
selectDateRange("custom");