如题,比方说有两个 input,每个 input 后面的样式是不同的,怎样指定 template 呢?
[ 'template' => '原始 html 是这样的:
1
zhoushiya 2018-04-28 12:31:40 +08:00 via Android
[ 'template' => '
{error}{input} '] ]); field($model, 'phone')->textInput(['placeholder' => '手机号','class '='a']); ?> field($model, 'password')->passwordInput(['placeholder' => '密码','class '='b']); ?> |