king
2020-09-26 ab60d53b67f802878662aaa5a5b52580cca421b8
src/menu/components/card/data-card/index.scss
@@ -3,6 +3,18 @@
  box-sizing: border-box;
  background: #ffffff;
  
  .card-control {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 26px;
    height: 27px;
    z-index: 1;
    background: #ffffff;
    .anticon-tool {
      padding: 5px;
    }
  }
  .anticon-tool {
    position: absolute;
    z-index: 1;
@@ -14,6 +26,7 @@
  }
  .card-item {
    overflow-y: hidden;
    position: relative;
    min-height: 50px;
    border: 1px solid #e8e8e8;
@@ -29,7 +42,6 @@
    font-size: 16px;
  }
  .model-menu-action-list {
    min-height: 40px;
    line-height: 40px;
    .ant-row > .anticon-plus {
      position: absolute;
@@ -37,6 +49,16 @@
      font-size: 16px;
    }
  }
  .card-add-button {
    text-align: right;
    clear: left;
    .anticon-plus {
      font-size: 20px;
      color: #26C281;
      padding: 5px;
      margin-right: 10px;
    }
  }
}
.menu-data-card-edit-box::after {
  display: block;