yangfeng
2023-09-28 04489cc3864aa38fde8b539aee6c4c9eed6ab1d4
src/assets/style/index.scss
@@ -126,6 +126,12 @@
.cursor_pointer {
  cursor: pointer;
}
.no-cursor {
  cursor: no-drop;
}
.yes-cursor {
  cursor: pointer;
}
.Badge {
  background: #d3d3d3;
@@ -189,5 +195,8 @@
    height: calc(100% - 120px);
    background: #fff;
    border-radius: 12px;
    .table {
      height: calc(100% - 55px);
    }
  }
}