ace风格验证信息显示错位BUG
生成代码时选择table则不会这样...3.7.2 版本...校验类型2 收录,我们验证下,是单表还是一对多? admin 发表于 2018-2-5 17:03 static/image/common/back.gif
收录,我们验证下,是单表还是一对多?
单表节点.
修改 Validform_v5.3.1_min_zh-cn.js622行
o.obj.parent().next().find(".Validform_checktip").html(msg);
Validform.util.cssctl(o.obj.parent().next().find(
".Validform_checktip"), o.type);
修改后
o.obj.parent().find(".Validform_checktip").html(msg);
Validform.util.cssctl(o.obj.parent().find(
".Validform_checktip"), o.type);
去掉next()
并未测试该修改是否影响其他风格.
ace风格验证信息,现在都是弹框啊,你这个是那个页面的?
页:
[1]