mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-10-02 18:26:38 +08:00
更改
This commit is contained in:
parent
4be3eb430e
commit
adf7febb65
@ -279,7 +279,7 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 164px;
|
height: 164px;
|
||||||
.rc-usercenter{
|
.rc-usercenter{
|
||||||
width: 25%;
|
width: 27%;
|
||||||
em{
|
em{
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
@ -329,7 +329,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 58%;
|
width: 56%;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #E1001A;
|
color: #E1001A;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -58,9 +58,9 @@
|
|||||||
<i>¥{{item.ecPrice}}</i>
|
<i>¥{{item.ecPrice}}</i>
|
||||||
</div>
|
</div>
|
||||||
<div class="rc-userbottomm">
|
<div class="rc-userbottomm">
|
||||||
<i>¥{{ item.userprice }}</i>
|
<i>¥{{ item.ecPrice }}</i>
|
||||||
<span>{{ item.orderstype }}</span>
|
<span>{{ item.pcs }}</span>
|
||||||
<i>¥{{ item.userprice }}</i>
|
<i>¥{{ item.salesAmount }}</i>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user