king
2023-02-22 80e0c5eb7648e77cae844e4628b433704e0fb865
src/menu/components/card/double-data-card/index.scss
@@ -71,24 +71,24 @@
      font-size: 16px;
    }
  }
  .float-center {
    text-align: center;
    >.ant-col {
      display: inline-block;
      float: none;
      text-align: left;
      vertical-align: top;
    }
  }
  .float-right {
    text-align: right;
    >.ant-col {
      display: inline-block;
      float: none;
      text-align: left;
      vertical-align: top;
    }
  }
  // .float-center {
  //   text-align: center;
  //   >.ant-col {
  //     display: inline-block;
  //     float: none;
  //     text-align: left;
  //     vertical-align: top;
  //   }
  // }
  // .float-right {
  //   text-align: right;
  //   >.ant-col {
  //     display: inline-block;
  //     float: none;
  //     text-align: left;
  //     vertical-align: top;
  //   }
  // }
  .select-tabs {
    .card-item {
      border-top: none!important;
@@ -105,6 +105,13 @@
      margin-left: 2px;
    }
  }
  .select-check.mk-control-icon {
    .mk-extend-card {
      >.circle-select {
        margin-right: 35px;
      }
    }
  }
}
.menu-double-data-card-edit-box::-webkit-scrollbar {