king
2023-04-03 e659867fb59ad88f121d446e56df53389d88960d
src/templates/modalconfig/dragelement/index.scss
@@ -33,6 +33,11 @@
      line-height: 1;
    }
  }
  .ant-form-item.actived {
    .mk-form-label {
      color: #1890ff;
    }
  }
  .mk-form-label::after {
    content: ':';
    position: relative;
@@ -161,4 +166,18 @@
  .page-card {
    margin-bottom: 5px;
  }
}
}
// .modal-fields-row.copy {
//   z-index: 3;
// }
// .modal-fields-row.copy::before {
//   content: ' ';
//   display: block;
//   position: fixed;
//   left: 0;
//   right: 0;
//   top: 0;
//   bottom: 0;
//   background: rgba(0,0,0,0.2);
//   z-index: 2;
// }