songshankun
2023-10-17 0905d4eaf3420f47db1a19c49413a157c65474f8
src/assets/style/index.scss
@@ -183,16 +183,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 {