king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/tabviews/debugtable/index.scss
@@ -1,4 +1,19 @@
.debugtable {
  position: relative;
  min-height: 200px;
  padding: 20px;
  background: #ffffff;
  .ant-table-thead > tr > th {
    color: #ffffff;
    background: var(--mk-sys-color);
  }
  .mk-debug-reload {
    color: #ffffff;
    background: red;
    border-color: red;
    margin-bottom: 10px;
    height: 28px;
    font-size: 16px;
  }
}