king
2023-03-02 d1f19b794216b37417e114b71c1cd7a2ac3d7748
src/menu/components/card/balcony/index.scss
@@ -6,18 +6,18 @@
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 30px;
  display: flex;
  
  .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 +47,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 +64,10 @@
  z-index: 1;
  box-shadow: 0px 0px 4px #1890ff;
}
.mk-mob-view {
  .check-all {
    .ant-checkbox-inner {
      border-radius: 10px;
    }
  }
}