.MPlotAreaProperties {
  padding: 12px;

  //   .addBut {
  //     margin: 10px 0;
  //   }

  //   .ant-form-item {
  //     margin-bottom: 8px;
  //   }

  //   padding: 12px;

  //   .imgTitle {
  //     color: #2d3040;
  //   }

  //   .addBut {
  //     margin: 10px 0;
  //   }

  //   .ant-form-item {
  //     margin-bottom: 8px;
  //   }

  //   .imgUpload {
  //     display: flex;
  //     width: 100%;

  //     .move {
  //       // width: 42px;
  //       height: 60px;
  //       margin-right: 4px;
  //       display: flex;
  //       align-items: center;
  //       justify-content: center;
  //       flex-direction: column;
  //     }

  //     .upload {
  //       width: 100%;
  //       height: 60px;
  //       text-align: center;
  //       border: 1px solid #e0e0e0;
  //       border-radius: 2px;
  //       position: relative;

  //       .imgModal {
  //         display: none;
  //       }

  //       &:hover {
  //         .imgModal {
  //           display: flex;
  //           align-items: center;
  //           justify-content: center;
  //           position: absolute;
  //           width: 100%;
  //           height: 60px;
  //           left: 0;
  //           top: 0;
  //           background: rgba(0, 0, 0, 0.3);
  //         }
  //       }
  //     }

  //     .uploading {
  //       width: 100%;
  //       height: 60px;
  //       border: 1px dotted #e0e0e0;
  //       display: flex;
  //       align-items: center;
  //       justify-content: center;
  //       border-radius: 2px;
  //       background-color: #f5f6f7;
  //     }
  //   }
}
