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/col/col.wxml | 10 +---------
1 files changed, 1 insertions(+), 9 deletions(-)
diff --git a/miniprogram_npm/tdesign-miniprogram/col/col.wxml b/miniprogram_npm/tdesign-miniprogram/col/col.wxml
index 4301cec..a095548 100644
--- a/miniprogram_npm/tdesign-miniprogram/col/col.wxml
+++ b/miniprogram_npm/tdesign-miniprogram/col/col.wxml
@@ -1,9 +1 @@
-<wxs src="../common/utils.wxs" module="_" />
-<wxs src="./col.wxs" module="utils" />
-
-<view
- class="class {{prefix}}-class {{ _.cls(classPrefix, [span]) }} {{ offset ? classPrefix + '--offset-' + offset : '' }}"
- style="{{ utils.getColStyles({ gutter }) }}"
->
- <slot />
-</view>
+<wxs src="../common/utils.wxs" module="_"/><wxs src="./col.wxs" module="utils"/><view class="class {{prefix}}-class {{ _.cls(classPrefix, [span]) }} {{ offset ? classPrefix + '--offset-' + offset : '' }}" style="{{ utils.getColStyles(gutter, style, customStyle) }}"><slot/></view>
\ No newline at end of file
--
Gitblit v1.9.3