fix: 修正spec-table样式
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m14s

- 将spec-table的label宽度限定为30%,统一页面显示
This commit is contained in:
2025-11-04 14:31:27 +08:00

View File

@ -7,7 +7,7 @@
:title="item.name"
:name="item.name"
>
<el-descriptions :column="1" border>
<el-descriptions :column="1" label-width="30%" border>
<el-descriptions-item
v-for="subItem in item.specs"
:key="subItem.key"