king
2022-08-06 cbeffcc0902631909c0373f274752a97ddaf2d4e
src/menu/components/card/data-card/index.scss
@@ -109,6 +109,15 @@
      vertical-align: top;
    }
  }
  .select-tabs {
    .card-item {
      border-top: none!important;
      border-left: none!important;
      border-right: none!important;
      border-radius: 0px!important;
      border-bottom: 2px solid transparent!important;
    }
  }
}
.menu-data-card-edit-box::-webkit-scrollbar {
@@ -133,11 +142,13 @@
}
.menu-data-card-edit-box.mob {
  .model-menu-action-list {
    position: absolute;
    top: 5px;
    right: 0px;
    // position: absolute;
    // top: 5px;
    // right: 0px;
    // padding-top: 5px;
    .page-card {
      line-height: 40px;
      margin-top: 5px;
    }
  }
}