Browse Source

fix: childform 警告调整

main
xuziqiang 3 months ago
parent
commit
9ddeaa59eb
  1. 2
      lib/component/form/form/child-form.vue

2
lib/component/form/form/child-form.vue

@ -18,7 +18,7 @@
<!-- 占位解决三列中部为空的问题 --> <!-- 占位解决三列中部为空的问题 -->
<a-col :span="formLayout.span" class="ns-form-item ns-form-item-placeholder" /> <a-col :span="formLayout.span" class="ns-form-item ns-form-item-placeholder" />
</a-row> </a-row>
<a-divider class="ns-child-form-divider" /> <!-- <a-divider class="ns-child-form-divider" /> -->
</template> </template>
<script lang="ts"> <script lang="ts">

Loading…
Cancel
Save