fix: childform 警告调整

This commit is contained in:
xuziqiang
2024-06-27 17:08:58 +08:00
parent 8f25d2293c
commit 9ddeaa59eb

View File

@@ -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">