This commit is contained in:
parent
edbe3b9454
commit
8501d37208
|
|
@ -177,7 +177,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row :gutter="10">
|
<el-row :gutter="10" style="display: flex; align-items: center">
|
||||||
<el-col :span="14">
|
<el-col :span="14">
|
||||||
<div
|
<div
|
||||||
v-for="(goods, j) in item.detailsList"
|
v-for="(goods, j) in item.detailsList"
|
||||||
|
|
|
||||||
|
|
@ -143,7 +143,7 @@
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row>
|
<el-row style="display: flex; align-items: center; justify-content: center">
|
||||||
<!-- 装备信息 -->
|
<!-- 装备信息 -->
|
||||||
<el-col :span="14">
|
<el-col :span="14">
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue