fix: 调整规格表label宽度
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m23s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m23s
- 将label宽度固定为30%
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user