|
@@ -17,11 +17,11 @@
|
|
|
<el-col :span="12" class="right"> {{ info.zhStatus }}</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="two_2">
|
|
|
- <el-col :span="9" class="left">
|
|
|
+ <el-col :span="6" class="left">
|
|
|
<el-image v-if="info.spec_file" class="image" :src="info.spec_file && info.spec_file.length > 0 ? info.spec_file[0].url : ''" />
|
|
|
<el-image v-else class="image" :src="info.good_file && info.good_file.length > 0 ? info.good_file[0].url : ''" />
|
|
|
</el-col>
|
|
|
- <el-col :span="15" class="right">
|
|
|
+ <el-col :span="18" class="right">
|
|
|
<el-col :span="24" class="name">
|
|
|
<text>{{ info.zhType || '暂无' }}</text>
|
|
|
<text>{{ info.good_name || '暂无' }}</text>
|
|
@@ -203,8 +203,8 @@ const toBack = () => {
|
|
|
|
|
|
.left {
|
|
|
.image {
|
|
|
- width: 200px;
|
|
|
- height: 200px;
|
|
|
+ width: 150px;
|
|
|
+ height: 150px;
|
|
|
border-radius: 5px;
|
|
|
border: 1px solid #f9f9f9;
|
|
|
}
|