公告板
版本库
filestore
活动
搜索
登录
wm
/
pipIrr
管灌系统农户端微信小程序(嘉峪关应用)
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
更新应用配置,添加AppID并修改页面路由;优化取水口界面,增加定时开阀功能和相关参数设置;修复首页反馈图标及提示信息。
zuoxiao
2025-03-14
25ebc714977470b5ed02b0ec7f30ea0615ebd89f
[wm/pipIrr.git]
/
miniprogram_npm
/
tdesign-miniprogram
/
dropdown-item
/
index.wxs
1
2
3
4
5
6
7
8
9
var getStyles = function (top, zIndex) {
var topStyle = top ? 'top:' + top + 'px;' : '';
var zIndexStyle = zIndex ? 'z-index:' + zIndex + ';' : '';
return topStyle + zIndexStyle;
};
module.exports = {
getStyles: getStyles,
};