常规表的查看视图中的表格 可以调整列宽吗? 写了CSS 不起作用
画面管理
-


/* 分别设置每一列的宽度 */ #Table_25A4D5F1_r1576_style col:nth-child(1) { width: 150px !important; /* 设备编码 */ } #Table_25A4D5F1_r1576_style col:nth-child(2) { width: 180px !important; /* 设备名称 */ } #Table_25A4D5F1_r1576_style col:nth-child(3) { width: 160px !important; /* 设备型号 */ } #Table_25A4D5F1_r1576_style col:nth-child(4) { width: 170px !important; /* 设备厂家 */ } #Table_25A4D5F1_r1576_style col:nth-child(5) { width: 140px !important; /* 类型分类 */ } #Table_25A4D5F1_r1576_style col:nth-child(6) { width: 300px !important; /* 风机保养项目 */ }
