refactor(components): 优化多个组件的样式和结构

-调整了多个组件的图标使用
- 优化了部分组件的布局结构
- 移除了不必要的空行和空格
-统一了部分样式类名的使用
This commit is contained in:
2025-08-17 12:01:17 +08:00
parent 6d66b7abbf
commit ee28aeeff9
27 changed files with 56 additions and 3192 deletions

View File

@@ -303,10 +303,10 @@ const StoreVerification: React.FC = () => {
<View className="bg-blue-50 mx-4 mb-4 p-4 rounded-lg">
<Text className="font-bold mb-2 text-gray-500"></Text>
<View>
<Text className="text-sm text-gray-500 block mb-1">1. </Text>
<Text className="text-sm text-gray-500 block mb-1">2. "扫描二维码"</Text>
<Text className="text-sm text-gray-500 block mb-1">3. </Text>
<Text className="text-sm text-gray-500 block">4. "确认核销"</Text>
<Text className="text-sm text-gray-500 mb-1">1. </Text>
<Text className="text-sm text-gray-500 mb-1">2. "扫描二维码"</Text>
<Text className="text-sm text-gray-500 mb-1">3. </Text>
<Text className="text-sm text-gray-500">4. "确认核销"</Text>
</View>
</View>
</View>