|
@@ -200,14 +200,15 @@
|
|
|
<el-table-column
|
|
|
fixed
|
|
|
type="selection"
|
|
|
- width="50">
|
|
|
+ align="center"
|
|
|
+ :width="3*remRatio">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
label="Num"
|
|
|
prop="webIndex"
|
|
|
align="center"
|
|
|
header-align="center"
|
|
|
- width="60">
|
|
|
+ :width="5*remRatio">
|
|
|
</el-table-column>
|
|
|
<el-table-column
|
|
|
v-for="(item) in deviceArr"
|
|
@@ -3188,9 +3189,13 @@
|
|
|
if(d.fields1 == 'updatetime'){
|
|
|
this.$set(this.tableConfig.width,this.tableConfig.width.length,12*this.remRatio);
|
|
|
}else if(d.fields1 == 'isfaulted'){
|
|
|
- this.$set(this.tableConfig.width,this.tableConfig.width.length,12*this.remRatio);
|
|
|
+ this.$set(this.tableConfig.width,this.tableConfig.width.length,10*this.remRatio);
|
|
|
+ }else if(d.fields1 == 'section'){
|
|
|
+ this.$set(this.tableConfig.width,this.tableConfig.width.length,10*this.remRatio);
|
|
|
+ }else if(d.fields1 == 'status'){
|
|
|
+ this.$set(this.tableConfig.width,this.tableConfig.width.length,8*this.remRatio);
|
|
|
}else{
|
|
|
- this.$set(this.tableConfig.width,this.tableConfig.width.length,((d.enname.length+1)*0.6+1)*this.remRatio);
|
|
|
+ this.$set(this.tableConfig.width,this.tableConfig.width.length,((d.enname.length+1)*0.5+1.5)*this.remRatio);
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -6342,7 +6347,7 @@
|
|
|
th,td{
|
|
|
padding: 0;
|
|
|
>.cell{
|
|
|
- padding: 0 0.5rem;
|
|
|
+ padding: 0 0;
|
|
|
line-height: inherit;
|
|
|
}
|
|
|
}
|