|
@@ -2,7 +2,7 @@
|
2
|
2
|
<div class="eventInformation" @click="showModal(model)">
|
3
|
3
|
<div class="head">
|
4
|
4
|
<p>
|
5
|
|
- <span>{{ model.consumableName }}</span>
|
|
5
|
+ <span>{{ model.consumableName }}{{ model.consumableBrandModel }}</span>
|
6
|
6
|
<span class="textRight">单价:<strong class="fontBold">{{ model.consumableEndPrice }}元</strong></span>
|
7
|
7
|
</p>
|
8
|
8
|
</div>
|
|
@@ -197,7 +197,7 @@ export default {
|
197
|
197
|
.head {
|
198
|
198
|
border-bottom: 0.01rem solid #e6e6e6;
|
199
|
199
|
p {
|
200
|
|
- padding: 0.24rem 0.3rem;
|
|
200
|
+ padding: 0.24rem;
|
201
|
201
|
display: flex;
|
202
|
202
|
justify-content: space-between;
|
203
|
203
|
align-items: center;
|