修改禅道已知bug

This commit is contained in:
qq787203167
2022-03-09 09:51:01 +08:00
parent b7b3b4329d
commit 93929740ae
2 changed files with 1606 additions and 221 deletions
+1594 -219
View File
File diff suppressed because it is too large Load Diff
+12 -2
View File
@@ -104,7 +104,17 @@
.ant-layout {
background: transparent !important;
}
.ant-table-tbody > tr.ant-table-row-selected td{
background:transparent!important;
.ant-table-tbody > tr.ant-table-row-selected td {
background: transparent !important;
}
.ant-pagination-disabled .anticon-right {
cursor: not-allowed !important;
}
.ant-pagination-disabled .anticon-left {
cursor: not-allowed !important;
}
</style>