easyui # combobox样式重写

在表格里的easyui combox重写方法

.table-set tr:nth-of-type(n+1) td{
   
     
  	font-size: 18px;
 }
 .table-set tr:nth-of-type(n+1) td select option{
   
     
     font-size:18px;
 }
 .table-set tr:nth-of-type(n+1) td  span.combo .combo-text{
   
     
     line-height: 28px;
     

你可能感兴趣的:(大前端和跨平台技术,easyui)