king
2021-11-12 0c84df247914f893ef5e41d57a422e10a2dc814c
src/menu/components/card/cardcellcomponent/index.scss
@@ -1,21 +1,5 @@
.model-menu-card-cell-list {
  position: relative;
  .ant-form-item-label {
    .anticon-question-circle {
      color: #c49f47;
      position: absolute;
      left: 5px;
      top: 5px;
    }
  }
  .card-detail-row > .anticon-plus {
    color: #26C281;
    font-size: 16px;
    padding: 5px;
    cursor: pointer;
  }
  .ant-btn {
    padding: 0;
  }
@@ -39,8 +23,5 @@
  }
  .card-cell:hover, .card-button-cell:hover {
    box-shadow: 0px 0px 1px #1890ff;
  }
  .ant-slider {
    margin: 0px;
  }
}