|
@@ -169,7 +169,8 @@ export default {
|
|
|
& > .other-refund{
|
|
& > .other-refund{
|
|
|
flex: 1.5;
|
|
flex: 1.5;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- color: #0e7ed8;
|
|
|
|
|
|
|
+ color: white;
|
|
|
|
|
+ background-color: #0e7ed8;
|
|
|
border:2upx solid #0e7ed8;
|
|
border:2upx solid #0e7ed8;
|
|
|
border-radius:30upx;
|
|
border-radius:30upx;
|
|
|
padding:5upx 12upx;
|
|
padding:5upx 12upx;
|
|
@@ -179,7 +180,8 @@ export default {
|
|
|
& > .other-status{
|
|
& > .other-status{
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
- color: #ff2842;
|
|
|
|
|
|
|
+ color: white;
|
|
|
|
|
+ background-color: #ff2842;
|
|
|
border:2upx solid red;
|
|
border:2upx solid red;
|
|
|
border-radius:30upx;
|
|
border-radius:30upx;
|
|
|
padding:5upx 12upx;
|
|
padding:5upx 12upx;
|