hookehuyr

style: 调整 Dashboard 和 RewardCategories 页面的样式和文案

- 修改 Dashboard 页面的内边距和阴影样式
- 将 RewardCategories 页面的提示框标题从"提示"改为"温馨提示"
......@@ -43,7 +43,7 @@
</view>
<!-- Points circles -->
<view class="flex justify-between px-5 py-6 my-4 bg-white rounded-xl shadow-md mx-4">
<view class="flex justify-between px-3 py-3 my-4 bg-white rounded-xl shadow-md mx-4">
<template v-if="!showTotalPointsOnly">
<PointsCollector
ref="pointsCollectorRef"
......
<!--
* @Date: 2025-08-27 17:47:03
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-05 17:18:30
* @LastEditTime: 2025-09-05 17:23:10
* @FilePath: /lls_program/src/pages/RewardCategories/index.vue
* @Description: 积分兑换分类
-->
......@@ -63,7 +63,7 @@ const goToRewards = (category) => {
} else {
// 弹出确认提示框, 不用进行操作, 只是文本提示用户进行线下兑换
Taro.showModal({
title: '提示',
title: '温馨提示',
content: category.tips,
showCancel: false
}).then(res => {
......