king
2023-08-27 da64ab0923bf8817fc8599a6e37b953ce38f64c8
src/menu/components/card/balcony/index.scss
@@ -1,23 +1,26 @@
.menu-balcony-edit-box {
  position: relative;
  position: unset!important;
  box-sizing: border-box;
  background: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30px;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  transform: none!important;
  
  .card-control {
    position: absolute;
    top: 0px;
    left: 0px;
    .anticon-tool {
      right: auto;
      left: 1px;
      padding: 1px;
    }
  .check-all {
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .anticon-tool {
  .model-menu-card-cell-list {
    flex: 1;
  }
  >.anticon-tool {
    position: absolute;
    z-index: 2;
    font-size: 16px;
@@ -47,23 +50,12 @@
    right: -30px;
    font-size: 16px;
  }
  .model-menu-action-list {
    line-height: 40px;
    .ant-row > .anticon-plus {
      position: absolute;
      right: -30px;
      font-size: 16px;
    }
  }
  .card-add-button {
    text-align: right;
    clear: left;
    .anticon-plus {
      font-size: 20px;
      color: #26C281;
      padding: 5px;
      margin-right: 10px;
    }
  .fixed-height {
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 10px;
    color: orange;
  }
}
.menu-balcony-edit-box::after {
@@ -75,3 +67,10 @@
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}
.mk-mob-view {
  .check-all {
    .ant-checkbox-inner {
      border-radius: 10px;
    }
  }
}