consumer模块完成度95%,准备部署消费者端测试
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!-- 退款页面 -->
|
||||
<!-- 退款页面 -->
|
||||
<template>
|
||||
<view class="refund-page">
|
||||
<!-- 顶部栏 -->
|
||||
@@ -663,7 +663,7 @@ const goBack = () => {
|
||||
}
|
||||
|
||||
.status-pending {
|
||||
background-color: #ffa726;
|
||||
background-color: #ff5000;
|
||||
}
|
||||
|
||||
.status-processing {
|
||||
@@ -834,8 +834,8 @@ const goBack = () => {
|
||||
}
|
||||
|
||||
.action-btn.review {
|
||||
border-color: #ffa726;
|
||||
color: #ffa726;
|
||||
border-color: #ff5000;
|
||||
color: #ff5000;
|
||||
}
|
||||
|
||||
.action-btn.delete {
|
||||
@@ -871,4 +871,4 @@ const goBack = () => {
|
||||
font-weight: bold;
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user