fix: 修正spec-table宽度 #56

Manually merged
remilia merged 1 commits from fix/spec-table into master 2025-11-04 14:32:22 +08:00
Showing only changes of commit 531f316026 - Show all commits

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"