公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrr
管灌系统农户端微信小程序(嘉峪关应用)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新创建灌溉计划页面,添加API通信模块,优化项目选择器和时间选择功能;增强用户体验,修复轮灌组显示逻辑,调整样式和配置文件。
zuoxiao
2025-03-27
ad9c163fefcfdd15463926f7713c4af81c01cd87
[wm/pipIrr.git]
/
miniprogram_npm
/
tdesign-miniprogram
/
col
/
col.wxml
1
2
3
4
5
6
7
8
9
<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>