king
2020-06-18 f59a500d24291d7f54b71dcca939a2a23dedca7c
src/mob/mobcard/index.scss
@@ -1,9 +1,33 @@
.mob-card-row-box {
  padding: 40px 20px;
  position: relative;
  .chart-card {
    height: 250px;
    border: 1px solid #e8e8e8;
    .ant-card-body {
      height: 201px;
      .mk-mob-card-title {
        margin-top: 40px;
        font-size: 24px;
        font-weight: 600;
        text-align: center;
      }
      .mk-mob-card-type {
        font-size: 14px;
        color: rgba(0, 0 , 0, 0.55);
        text-align: center;
      }
    }
    .ant-card-actions > li > span {
      > .anticon-close:hover {
        color: #ff4d4f;
      }
      > .anticon-arrow-right:hover {
        color: rgb(38, 194, 129);
      }
    }
  }
  .chart-card.insert {