index.less 202 Bytes
Newer Older
wuhao's avatar
wuhao committed
1 2 3 4 5 6 7 8 9 10 11 12
.white {
  .ant-pro-card {
    background-color: #f6f6f6 !important;
  }
  .ant-table-tbody,td {
    background-color: #f9f9f9 !important;
  }
}

.ant-tree{
  background-color: transparent !important;
}