公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrr
管灌系统农户端微信小程序(嘉峪关应用)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新灌溉计划页面,添加灌溉计划列表刷新标记,优化项目选择器和时间选择器的逻辑;更新样式以提升用户体验,确保在切换标签时只加载必要的数据。
zuoxiao
2025-04-19
aec1b6ec73897b5e5f3a85f2985447726a399ed0
[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>