ext修改文本样式

更加文本组建名称<style>
input[name=first]{
border- 1.75px;
border-style: solid;
border-color: #b7c2d9;
height:26px;
border-radius:8px;
}
</style>

或者

<style>

#clstext-inputEl{

border- 1.75px;
border-style: solid;
border-color: #b7c2d9;
height:26px;
border-radius:8px;
}
</style>

 ext自动会给你的id添加-inputEl

 如图  ext代码 如下

{
fieldLabel: '姓名',
emptyText: '如:张三',
blankText:'姓名不能为空',
name: 'first',

id:'clstext'
},

原文地址:https://www.cnblogs.com/a-long/p/4864629.html