This commit is contained in:
952108534@qq.com 2022-01-24 14:48:10 +08:00
parent 4be3eb430e
commit adf7febb65
2 changed files with 5 additions and 5 deletions

View File

@ -279,7 +279,7 @@
align-items: center;
height: 164px;
.rc-usercenter{
width: 25%;
width: 27%;
em{
font-size: 18px;
}
@ -329,7 +329,7 @@
display: flex;
justify-content: space-between;
align-items: center;
width: 58%;
width: 56%;
font-size: 20px;
color: #E1001A;
font-weight: bold;

View File

@ -58,9 +58,9 @@
<i>{{item.ecPrice}}</i>
</div>
<div class="rc-userbottomm">
<i>{{ item.userprice }}</i>
<span>{{ item.orderstype }}</span>
<i>{{ item.userprice }}</i>
<i>{{ item.ecPrice }}</i>
<span>{{ item.pcs }}</span>
<i>{{ item.salesAmount }}</i>
</div>
</div>