king
2020-07-03 aed1ff699140de60131bf9cc1332c98063c66721
src/mob/contupdate/index.scss
@@ -1,8 +1,7 @@
.mob-content-update {
  position: absolute;
  top: -23px;
  top: -22px;
  right: -1px;
  background: #2f54eb;
  border-radius: 2px;
  color: #ffffff;
  font-size: 14px;
@@ -11,6 +10,10 @@
  i {
    padding: 2px 5px;
    cursor: pointer;
    background: #2f54eb;
  }
  .anticon-delete {
    background: #ff4d4f;
  }
}
.editing .mob-content-update {
@@ -22,8 +25,19 @@
    .ant-popover-arrow {
      top: 1px;
    }
    .fileupload-form-container {
      display: block;
      margin-bottom: 10px;
      .ant-upload-list {
        width: 250px;
      }
    }
  }
  input {
    width: 200px;
    width: 250px;
  }
  textarea {
    width: 270px;
  }
}