fix: 修正spec-table样式
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m14s
All checks were successful
deploy to server / build-and-deploy (push) Successful in 3m14s
- 将spec-table的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