细调 form 中的注释描述

pull/1249/head
贤心 2023-05-04 10:00:13 +08:00
parent 90e4c215e5
commit ae2f94c6d1
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ layui.define(['lay', 'layer', 'util'], function(exports){
elem.val('').focus();
showAffix($(this).parent(), null);
},
show: 'auto', // 根据输入框值是否来显示或隐藏点缀图标
show: 'auto', // 根据输入框值是否存在来显示或隐藏点缀图标
disabled: disabled // 跟随输入框禁用状态
}
};