|
@@ -179,7 +179,7 @@
|
|
|
<el-table-column :label="$t('gui-ge')" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.specList">
|
|
|
- <span class="spec-item" v-for="spec in scope.row.specList">
|
|
|
+ <span class="spec-item inline-block" v-for="spec in scope.row.specList">
|
|
|
{{ spec.specValue }}
|
|
|
</span>
|
|
|
</span>
|