|
@@ -148,6 +148,16 @@ export default {
|
|
|
font-size: 32upx;
|
|
font-size: 32upx;
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
color: #000;
|
|
color: #000;
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.header-item.amount-col {
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.header-item.balance-col {
|
|
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.row-item {
|
|
.row-item {
|
|
@@ -155,7 +165,6 @@ export default {
|
|
|
color: #000;
|
|
color: #000;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
- justify-content: center;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.source-col {
|
|
.source-col {
|
|
@@ -170,14 +179,14 @@ export default {
|
|
|
|
|
|
|
|
.amount-col {
|
|
.amount-col {
|
|
|
flex: 0 0 100upx;
|
|
flex: 0 0 100upx;
|
|
|
|
|
+ justify-content: center;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.balance-col {
|
|
.balance-col {
|
|
|
flex: 0 0 130upx;
|
|
flex: 0 0 130upx;
|
|
|
|
|
+ justify-content: flex-end;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
.source-info {
|
|
.source-info {
|
|
|
text-align: left;
|
|
text-align: left;
|
|
|
|
|
|
|
@@ -200,10 +209,17 @@ export default {
|
|
|
line-height: 1.4;
|
|
line-height: 1.4;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.amount-text,
|
|
|
|
|
|
|
+.amount-text {
|
|
|
|
|
+ font-size: 30upx;
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ font-weight: 500;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.balance-text {
|
|
.balance-text {
|
|
|
font-size: 30upx;
|
|
font-size: 30upx;
|
|
|
color: #000;
|
|
color: #000;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
|
|
+ text-align: right;
|
|
|
|
|
+ width: 100%;
|
|
|
}
|
|
}
|
|
|
</style>
|
|
</style>
|