Skip to content

Commit

Permalink
fix(): dashboard style
Browse files Browse the repository at this point in the history
Refs DASHBOARD-688
  • Loading branch information
qiaofengxi committed Oct 18, 2024
1 parent 53b4182 commit 3dc7a14
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,15 @@ html[data-theme="dark"] {
}
}

[data-mode="dashboard"] .brickTable {
:global(.ant-table) {
background-color: transparent;
}
:global(.ant-table .ant-table-thead > tr > th) {
background-color: rgba(11, 40, 82, 0.76863);
}
}

.customDropTable {
:global(.ant-table-tbody) {
tr.dropOverDownward {
Expand Down

0 comments on commit 3dc7a14

Please sign in to comment.