fix(工具箱): 优化表单内容布局

This commit is contained in:
2024-09-08 21:31:36 +08:00
parent de3cd7bb34
commit 96425f7e70
3 changed files with 24 additions and 13 deletions

View File

@@ -4,10 +4,10 @@
<!-- 参数 -->
<n-card size="small" title="参数">
<n-form
class="form-no-feedback"
label-align="right"
label-placement="left"
label-width="auto"
:model="inputs"
>
<n-form-item label="文件大小:">
@@ -70,10 +70,10 @@
<!-- 计算结果 -->
<n-card size="small" title="计算结果">
<n-form
class="form-no-feedback"
label-align="right"
label-placement="left"
label-width="auto"
:model="outputs"
>
<n-form-item label="大约需要时长:">