king
2022-10-12 53b9fb93d0376eb02bb996935f1720b4e95cd897
src/menu/components/form/tab-form/index.scss
@@ -32,10 +32,12 @@
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    margin-bottom: 15px;
  }
  .form-area {
    position: relative;
    .page-card {
      background: transparent;
    }
    >.plus {
      color: #26C281;
      cursor: pointer;
@@ -65,6 +67,13 @@
      padding-top: 10px;
      padding-bottom: 30px;
    }
    .modal-fields-row:not(.mob-form) {
      padding-left: 10px;
      padding-right: 10px;
    }
    .am-list-item {
      background-color: transparent;
    }
  }
}
.menu-normal-form-edit-box::after {