zuozhengqing
2023-11-15 4610d87bfa8c8330c8f3c0b2db0ee5cc30352117
src/assets/style/index.scss
@@ -126,6 +126,15 @@
.cursor_pointer {
  cursor: pointer;
}
.no-cursor {
  cursor: no-drop;
}
.yes-cursor {
  cursor: pointer;
}
.background_color_eee {
  background: #eee;
}
.Badge {
  background: #d3d3d3;
@@ -140,7 +149,7 @@
.btn-pager {
  display: flex;
  margin-top: 0px;
  margin-top: 5px;
  // background: #fff;
  .page {
    margin-left: auto;
@@ -177,16 +186,18 @@
.rightContent {
  height: 100%;
  padding: 10px;
  padding: 12px 20px 10px 20px;
  background: #e6ecf2;
  .top {
    margin-bottom: 20px;
    height: 60px;
    margin-bottom: 10px;
    height: 80px;
    background: #fff;
    border-radius: 8px;
    border-radius: 12px;
    display: flex;
    align-items: center;
  }
  .list-view {
    height: calc(100% - 120px);
    height: calc(100% - 92px);
    background: #fff;
    border-radius: 12px;
    .table {