|
|
@@ -16,15 +16,10 @@
|
|
|
<span class="el-icon-success disbale" v-if="value.select == 2" ></span>
|
|
|
<span class="el-icon-success" :class="value.Uselect ? 'select' : 'unSelect'" v-else ></span>
|
|
|
<span style="width:30px;">{{ index + 1 }}</span>
|
|
|
- <el-popover placement="right" width="200" trigger="hover">
|
|
|
- <div style="width:200px;height:200px;">
|
|
|
- <img style="width:100%;height:100%;object-fit: cover;" :src="value.bigCover" />
|
|
|
- </div>
|
|
|
- <div style="width:60px;" slot="reference">
|
|
|
- <img style="width:100%;height:100%;object-fit: cover;border-radius:5px;" :src="value.cover" />
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
- <div>
|
|
|
+ <div style="width:60px;">
|
|
|
+ <img style="width:100%;height:100%;object-fit: cover;border-radius:5px;" :src="value.cover" />
|
|
|
+ </div>
|
|
|
+ <div style="margin-left:5px">
|
|
|
<div style="font-weight:bold;font-size:18px;">{{value.name}}</div>
|
|
|
<div style="color:rgb(124 121 121);font-size:14px;" v-if="value.ratioType == 0">{{value.ratio}}{{value.smallUnit}} / {{value.bigUnit}}</div>
|
|
|
<div style="color:rgb(124 121 121);font-size:14px;" v-else>若干{{value.smallUnit}} / {{value.bigUnit}}</div>
|