Commit d182515a authored by yaya's avatar yaya

feat:UI优化

parent 92af0166
......@@ -3,8 +3,8 @@
<el-table :data="itemList" size="small" border fit highlight-current-row>
<el-table-column type="expand">
<template slot-scope="props">
<el-form label-position="left" class="table-expand">
<el-form-item v-if="props.row.images" label="藏品图片">
<el-form label-position="right" class="table-expand" label-width="100px">
<el-form-item v-if="props.row.images" label="藏品图片">
<div class="image_list">
<div v-for="pic in props.row.images.split(';')" :key="pic">
<el-image
......@@ -15,7 +15,7 @@
</div>
</div>
</el-form-item>
<el-form-item label="详情">
<el-form-item label="详情">
<span>{{ props.row.description }}</span>
</el-form-item>
</el-form>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment