|
|
@@ -31,11 +31,13 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div style="display: flex">
|
|
|
<img
|
|
|
- style="width: 10px; height: 11px; margin-top: 7px"
|
|
|
+ style="width: 10px; height: 11px; margin-top: 9px"
|
|
|
src="../../assets/user/icon_jiage@3x (5).png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <div style="color: #ffffff; font-size: 24px">
|
|
|
+ <div
|
|
|
+ style="color: #ffffff; font-size: 30px; font-family: OSP-DIN, OSP; font-weight: normal"
|
|
|
+ >
|
|
|
{{ scope.row.totalPrice }}
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -47,11 +49,13 @@
|
|
|
<template slot-scope="scope">
|
|
|
<div style="display: flex">
|
|
|
<img
|
|
|
- style="width: 10px; height: 11px; margin-top: 7px"
|
|
|
+ style="width: 10px; height: 11px; margin-top: 9px"
|
|
|
src="../../assets/img/icon_jiage@3x.png"
|
|
|
alt=""
|
|
|
/>
|
|
|
- <div style="color: #fdfb60; font-size: 24px">
|
|
|
+ <div
|
|
|
+ style="color: #fdfb60; font-size: 30px; font-family: OSP-DIN, OSP; font-weight: normal"
|
|
|
+ >
|
|
|
{{ scope.row.price }}
|
|
|
</div>
|
|
|
</div>
|