From 3282e95db0207ee133d1e98d9771dec9d83b0fc4 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 02 四月 2026 16:24:38 +0800
Subject: [PATCH] 2026.4.2 新增专题管理功能

---
 miniprogram_npm/tdesign-miniprogram/grid/grid.wxml |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/miniprogram_npm/tdesign-miniprogram/grid/grid.wxml b/miniprogram_npm/tdesign-miniprogram/grid/grid.wxml
index d497d7c..95f0fbb 100644
--- a/miniprogram_npm/tdesign-miniprogram/grid/grid.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/grid/grid.wxml
@@ -1,16 +1 @@
-<wxs src="../common/utils.wxs" module="_" />
-
-<view style="{{_._style([style, customStyle])}}" class="{{_.cls(classPrefix, [theme])}} class {{prefix}}-class">
-  <view wx:if="{{column > 0}}" class="{{classPrefix}}__content" style="{{ contentStyle }}">
-    <slot />
-  </view>
-  <scroll-view
-    wx:else
-    scroll-x
-    scroll-with-animation
-    class="{{classPrefix}}__content"
-    style="{{ 'white-space: nowrap;' + contentStyle }}"
-  >
-    <slot />
-  </scroll-view>
-</view>
+<wxs src="../common/utils.wxs" module="_"/><view style="{{_._style([style, customStyle])}}" class="{{_.cls(classPrefix, [theme])}} class {{prefix}}-class"><view wx:if="{{column > 0}}" class="{{classPrefix}}__content" style="{{ contentStyle }}"><slot/></view><scroll-view wx:else scroll-x scroll-with-animation class="{{classPrefix}}__content" style="{{ 'white-space: nowrap;' + contentStyle }}"><slot/></scroll-view></view>
\ No newline at end of file

--
Gitblit v1.9.3