|
|
@@ -19,9 +19,9 @@
|
|
|
<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:12px;">{{value.name}}</div>
|
|
|
- <div style="color:rgb(124 121 121);font-size:10px;" v-if="value.ratioType == 0">{{value.ratio}}{{value.smallUnit}}/{{value.bigUnit}}</div>
|
|
|
- <div style="color:rgb(124 121 121);font-size:10px;" v-else>若干{{value.smallUnit}}/{{value.bigUnit}}</div>
|
|
|
+ <div style="font-weight:bold;font-size:14px;">{{value.name}}</div>
|
|
|
+ <div style="color:rgb(124 121 121);font-size:12px;" v-if="value.ratioType == 0">{{value.ratio}}{{value.smallUnit}}</div>
|
|
|
+ <div style="color:rgb(124 121 121);font-size:12px;" v-else>若干{{value.smallUnit}}</div>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
|
|
@@ -61,7 +61,7 @@
|
|
|
<span class="el-icon-success disbale" v-if="item.select" ></span>
|
|
|
<span class="el-icon-success" v-else :class="item.Uselect ? 'select' : 'unSelect'" ></span>
|
|
|
</div>
|
|
|
- <div style="width:100px;text-align:center;margin-right:3px;" @click="rightSelect(item, index)">
|
|
|
+ <div style="width:40px;text-align:center;margin-right:3px;" @click="rightSelect(item, index)">
|
|
|
<img :src="item.cover" style="margin:0 auto;width:100%;height:100%;object-fit:cover;border-radius:5px;" >
|
|
|
</div>
|
|
|
<div style="width:120px;text-align:center">
|