feat(M08-D): 补支付退款与分账运营
This commit is contained in:
@@ -1396,6 +1396,97 @@ textarea {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.payments-page {
|
||||
display: grid;
|
||||
gap: 14px;
|
||||
}
|
||||
|
||||
.payment-metrics {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(4, minmax(0, 1fr));
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.payment-metrics span {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
padding: 14px;
|
||||
background: #fff;
|
||||
border: 1px solid #d8e0ea;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.payment-metrics small {
|
||||
color: #69788c;
|
||||
}
|
||||
|
||||
.payment-metrics strong {
|
||||
color: #172033;
|
||||
font-size: 22px;
|
||||
}
|
||||
|
||||
.payment-toolbar h3 {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.payment-tabs {
|
||||
padding: 0 14px 14px;
|
||||
}
|
||||
|
||||
.tab-action-row {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
min-height: 54px;
|
||||
color: #69788c;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.policy-table {
|
||||
margin-top: 16px;
|
||||
border-top: 1px solid #e6ebf2;
|
||||
}
|
||||
|
||||
.payment-tools-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
gap: 14px;
|
||||
padding: 8px 0;
|
||||
}
|
||||
|
||||
.payment-tools-grid article {
|
||||
display: grid;
|
||||
gap: 18px;
|
||||
align-content: space-between;
|
||||
min-height: 180px;
|
||||
padding: 16px;
|
||||
border: 1px solid #dfe6ee;
|
||||
border-radius: 9px;
|
||||
background: #f8fafc;
|
||||
}
|
||||
|
||||
.payment-tools-grid header {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
color: #2878ff;
|
||||
}
|
||||
|
||||
.payment-tools-grid header div {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
|
||||
.payment-tools-grid header strong {
|
||||
color: #172033;
|
||||
}
|
||||
|
||||
.payment-tools-grid header span {
|
||||
color: #69788c;
|
||||
font-size: 12px;
|
||||
line-height: 1.6;
|
||||
}
|
||||
|
||||
.el-button {
|
||||
border-radius: 8px;
|
||||
}
|
||||
@@ -1499,6 +1590,11 @@ textarea {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.payment-metrics,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
}
|
||||
|
||||
.trend-row {
|
||||
grid-template-columns: 92px minmax(80px, 1fr);
|
||||
}
|
||||
@@ -1603,6 +1699,16 @@ textarea {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.payment-metrics,
|
||||
.payment-tools-grid {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.tab-action-row {
|
||||
align-items: stretch;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.toolbar-actions {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user