Commit a2715dfc by lihu541

Merge remote-tracking branch 'origin/master'

parents f1422c21 4d9279d9
...@@ -887,10 +887,10 @@ ...@@ -887,10 +887,10 @@
} }
}, },
headerStyle(){ headerStyle(){
return 'background:none; border:0; margin:0; padding:0; line-height:24px; color:#6D779A; font-size:12px; text-align:center' return 'background:none; border:0; margin:0; padding:0; line-height:28px; color:#6D779A; font-size:12px; text-align:center'
}, },
cellStyle(){ cellStyle(){
return 'background:none;color:#fff;border:0; margin:0; padding:0; line-height:25px; color:#AAB1D2; font-size:12px; text-align:center' return 'background:none;color:#fff;border:0; margin:0; padding:0; line-height:28px; color:#AAB1D2; font-size:12px; text-align:center'
}, },
yzbackto() { yzbackto() {
this.$router.push('/YSigning'); this.$router.push('/YSigning');
...@@ -992,7 +992,7 @@ ...@@ -992,7 +992,7 @@
.el-table::before{background:none} .el-table::before{background:none}
/deep/ .el-table th>.cell{ padding: 0 2px;} /deep/ .el-table th>.cell{ padding: 0 2px;}
/deep/ .el-table td>.cell{ padding: 0 2px;} /deep/ .el-table td>.cell{ padding: 0 2px;}
/deep/ .el-table__row{ height: 25px;} /deep/ .el-table__row{ height: 28px;}
/deep/ .el-table, .el-table__expanded-cell{ background: none;} /deep/ .el-table, .el-table__expanded-cell{ background: none;}
/deep/ .lbname{ line-height: 24px; text-align: center;} /deep/ .lbname{ line-height: 24px; text-align: center;}
/deep/ .lbnamea{ line-height: 24px; text-align: center; text-decoration: underline;} /deep/ .lbnamea{ line-height: 24px; text-align: center; text-decoration: underline;}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment