fix(接口测试): 修改接口测试首页表格头字体颜色

修改接口测试首页表格头字体颜色
This commit is contained in:
song-tianyang 2022-11-17 11:23:50 +08:00 committed by f2c-ci-robot[bot]
parent f60fcb9d21
commit a8ecb20a36
2 changed files with 1 additions and 2 deletions

View File

@ -265,7 +265,6 @@ export default {
this.selectAll = false; this.selectAll = false;
this.unSelection = []; this.unSelection = [];
this.selectDataCounts = 0; this.selectDataCounts = 0;
this.condition.reportType = this.reportType; this.condition.reportType = this.reportType;
if (this.condition.orders && this.condition.orders.length > 0) { if (this.condition.orders && this.condition.orders.length > 0) {
let order = this.condition.orders[this.condition.orders.length - 1]; let order = this.condition.orders[this.condition.orders.length - 1];

View File

@ -183,7 +183,7 @@ export default {
border: 1px solid rgba(31, 35, 41, 0.15); border: 1px solid rgba(31, 35, 41, 0.15);
border-right-width: 0; border-right-width: 0;
border-left-width: 0; border-left-width: 0;
color: #1F2329; color: #646A73;
line-height: 22px; line-height: 22px;
} }