From 4a33335da6f6ccbb13427d317d23b0c74d019fbb Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期一, 14 四月 2025 17:56:16 +0800 Subject: [PATCH] 新增测试数据功能,允许在首页和取水口页面使用模拟数据进行测试,优化用户体验。 --- pages/wxbind/wxbind.wxss | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/pages/wxbind/wxbind.wxss b/pages/wxbind/wxbind.wxss index 1485222..56d21ec 100644 --- a/pages/wxbind/wxbind.wxss +++ b/pages/wxbind/wxbind.wxss @@ -130,4 +130,9 @@ width: 38%; font-size: 28rpx; margin-left: 15rpx; -} \ No newline at end of file +} + +.error-dialog { + --td-dialog-title-color: red; + --td-dialog-title-font-size: 40rpx; +} -- Gitblit v1.8.0