Ben Lin
2024-06-18 ebbd788fbb2c0b45d4473798efc57eec8ba74a25
src/views/form-design/components/VFormDesign/modules/FormComponentPanel.vue
@@ -103,8 +103,7 @@
      .list-main {
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        place-content: flex-start flex-start;
        .layout-width {
          width: 100%;
@@ -131,15 +130,16 @@
    }
    .draggable-box {
      height: calc(100vh - 120px);
      // width: 100%;
      overflow: auto;
      .drag-move {
        min-height: 62px;
        cursor: move;
      }
      .list-main {
        height: 100%;
        overflow: auto;
        // 列表动画
        .list-enter-active {
          transition: all 0.5s;