1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

Fix : 时间超过15个字符无法输入的问题

This commit is contained in:
麻瓜瓜 2022-12-18 10:14:51 +08:00
parent 011d01b594
commit 18498231de

View File

@ -357,7 +357,7 @@
key: "time",
name: "时间",
type: 'input',
maxlength: 15,
maxlength: 25, // 调整到25个字符 便于调整时间
more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于2022.12.13 00:00:00", "更新于2022.12.13 00:00:00"]
},
{