|
@@ -611,7 +611,8 @@
|
|
|
border
|
|
|
align="center"
|
|
|
style="width: 100%;"
|
|
|
- height="calc(100% - 11.5rem)">
|
|
|
+ height="calc(100% - 11.5rem)"
|
|
|
+ :row-class-name="tableRowClassName">
|
|
|
<el-table-column
|
|
|
label="Number"
|
|
|
prop="LSLD_index"
|
|
@@ -4317,6 +4318,13 @@
|
|
|
}
|
|
|
// console.log(this.historicalTableList)
|
|
|
},
|
|
|
+ tableRowClassName(data) {
|
|
|
+ // console.log(row)
|
|
|
+ if (data.rowIndex%2 == 0) {
|
|
|
+ return 'row_bg';
|
|
|
+ }
|
|
|
+ return '';
|
|
|
+ },
|
|
|
lampcontrolHistorylist(val,download,callback,error){
|
|
|
let isDownload;
|
|
|
if(!download){
|
|
@@ -5734,6 +5742,7 @@
|
|
|
padding: 0;
|
|
|
>.cell{
|
|
|
padding: 0 0.5rem;
|
|
|
+ line-height: inherit;
|
|
|
}
|
|
|
}
|
|
|
th{
|
|
@@ -5745,7 +5754,7 @@
|
|
|
color:rgba(102,102,102,1);
|
|
|
}
|
|
|
td{
|
|
|
- height: 4.2rem;line-height: 4.2rem;
|
|
|
+ height: 3rem;line-height: 3rem;
|
|
|
font-size:1rem;
|
|
|
font-family:PingFangSC-Medium,PingFang SC;
|
|
|
font-weight:500;
|
|
@@ -6377,6 +6386,12 @@
|
|
|
.el-pager .more::before{
|
|
|
line-height: 2.2rem;
|
|
|
}
|
|
|
+ .el-button{
|
|
|
+ height: 3rem;
|
|
|
+ line-height: 3rem;
|
|
|
+ padding:0 1rem;
|
|
|
+ border-radius: 2rem;
|
|
|
+ }
|
|
|
}
|
|
|
.screen_date{
|
|
|
border-radius: 2rem;
|
|
@@ -6412,6 +6427,7 @@
|
|
|
padding: 0;
|
|
|
>.cell{
|
|
|
padding: 0 0.5rem;
|
|
|
+ line-height: inherit;
|
|
|
}
|
|
|
}
|
|
|
th{
|
|
@@ -6423,7 +6439,7 @@
|
|
|
color:rgba(102,102,102,1);
|
|
|
}
|
|
|
td{
|
|
|
- height: 4.2rem;line-height: 4.2rem;
|
|
|
+ height: 2.5rem;line-height: 2.5rem;
|
|
|
font-size:1rem;
|
|
|
font-family:PingFangSC-Medium,PingFang SC;
|
|
|
font-weight:500;
|