Fix : 时间超过15个字符无法输入的问题
This commit is contained in:
		@@ -357,7 +357,7 @@
 | 
				
			|||||||
                            key: "time",
 | 
					                            key: "time",
 | 
				
			||||||
                            name: "时间",
 | 
					                            name: "时间",
 | 
				
			||||||
                            type: 'input',
 | 
					                            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"]
 | 
					                            more: ["2020.02.13 - 2022.12.13", "2020年 - 2022年", "停止于:2022.12.13 00:00:00", "更新于:2022.12.13 00:00:00"]
 | 
				
			||||||
                        },
 | 
					                        },
 | 
				
			||||||
                        {
 | 
					                        {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user