Ben Lin
2024-10-17 07895c65b99fa43f8e54f5054bd8351a71158143
src/views/form-design/components/VFormDesign/modules/PropsPanel.vue
@@ -29,6 +29,7 @@
  import { useFormDesignState } from '../../../hooks/useFormDesignState';
  import { customComponents } from '../../../core/formItemConfig';
  import { TabPane, Tabs } from 'ant-design-vue';
  type ChangeTabKey = 1 | 2;
  export interface IPropsPanel {
    changeTab: (key: ChangeTabKey) => void;
@@ -62,12 +63,10 @@
    box-sizing: border-box;
    form {
      position: absolute;
      width: 100%;
      height: calc(100% - 50px);
      height: 85vh;
      margin-right: 10px;
      overflow-x: hidden;
      overflow-y: auto;
      overflow: hidden auto;
    }
    .hint-box {