From b515fae43490ab20977d559e19d4e5f63a4fd96d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 25 四月 2025 16:42:39 +0800
Subject: [PATCH] 应急线索模块

---
 miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml b/miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml
index 7f19c00..404f3f3 100644
--- a/miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/cell-group/cell-group.wxml
@@ -3,7 +3,7 @@
 <view wx:if="{{ title }}" class="class {{ classPrefix }}__title {{prefix}}-class-title"> {{ title }} </view>
 <view
   style="{{_._style([style, customStyle])}}"
-  class="{{_.cls(classPrefix, [[bordered, 'bordered'], theme])}} class {{prefix}}-class"
+  class="{{_.cls(classPrefix, [['bordered', bordered], theme])}} class {{prefix}}-class"
 >
   <slot />
 </view>

--
Gitblit v1.9.3