提交 a28fa665 编写于 作者: Mosher's avatar Mosher

update:表单项样式名绑定逻辑更新

上级 fe126352
......@@ -185,7 +185,14 @@ export default class AppFormItem extends Vue {
get classes(): string[] {
return [
'app-form-item',
Object.is(this.labelPos, 'TOP') ? 'app-form-item-label-top item-label-floating' : '', this.required ? 'app-form-item-label-required' : 'app-form-item-label-notRequired', this.itemValue!= null && this.itemValue !=undefined ? "item-has-value" : "", 'sc-ion-label-ios-h', 'sc-ion-label-ios-s ', 'ios', ' hydrated'
`form-item-${this.name}`,
Object.is(this.labelPos, 'TOP') ? 'app-form-item-label-top item-label-floating' : '',
this.required ? 'app-form-item-label-required' : 'app-form-item-label-notRequired',
this.itemValue!= null && this.itemValue !=undefined ? "item-has-value" : "",
'sc-ion-label-ios-h',
'sc-ion-label-ios-s',
'ios',
'hydrated'
];
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册