|
@@ -560,7 +560,8 @@ public class ExcelTabController extends BladeController {
|
|
|
element.children().get(0).attr("placeholder", lastName)
|
|
|
.attr("weighing", maxScore + "").attr("id", attrInfo).attr("keyName", attrInfo)
|
|
|
.attr("@blur", "getRegularExpression(" + regularExpression + ",'" + filedLength + "')")
|
|
|
- .attr("maxlength", filedLength);
|
|
|
+ .attr("maxlength", filedLength)
|
|
|
+ .attr("class", "warnstyle");
|
|
|
}
|
|
|
element.attr("@click", "getInformation(" + oncklickText + ")");
|
|
|
}
|