Skip to content

Commit

Permalink
fix margin
Browse files Browse the repository at this point in the history
  • Loading branch information
BillChan226 committed Jul 8, 2024
1 parent 08b7fa2 commit e37722e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/benmark_table.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ document.addEventListener('DOMContentLoaded', function () {
headerHozAlign: "center",
headerVAlign: "middle",
columns: [
{ title: "ACC", field: "Bias_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "NDS", field: "Bias_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
{ title: "ACC", field: "Bias_ACC", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "NDS", field: "Bias_NDS", headerHozAlign: "center", hozAlign: "center", minWidth: 90, formatter: colorFormatter },
{ title: "GES", field: "Bias_GES", headerHozAlign: "center", hozAlign: "center", minWidth: 80, formatter: colorFormatter },
],
},
Expand Down

0 comments on commit e37722e

Please sign in to comment.