consumer模块完成度85%,连接服务器supabase,新建相关表

This commit is contained in:
2026-01-29 17:28:47 +08:00
parent a4fa00c935
commit ab038ec029
15 changed files with 4475 additions and 4793 deletions

View File

@@ -637,6 +637,7 @@ const goBack = () => {
.balance-actions {
display: flex;
flex-direction: row;
gap: 20px;
}
@@ -664,6 +665,7 @@ const goBack = () => {
background-color: #ffffff;
padding: 20px;
display: flex;
flex-direction: row;
justify-content: space-between;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@@ -695,13 +697,16 @@ const goBack = () => {
.action-grid {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.action-item {
display: flex;
flex-direction: column;
align-items: center;
flex: 1;
}
.action-icon {
@@ -722,6 +727,7 @@ const goBack = () => {
.section-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 15px;
@@ -735,6 +741,7 @@ const goBack = () => {
.filter-tabs {
display: flex;
flex-direction: row;
gap: 15px;
}
@@ -791,6 +798,7 @@ const goBack = () => {
.transaction-item {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 15px 0;
@@ -803,6 +811,7 @@ const goBack = () => {
.transaction-left {
display: flex;
flex-direction: row;
align-items: flex-start;
}
@@ -928,6 +937,7 @@ const goBack = () => {
.popup-header {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
@@ -960,6 +970,7 @@ const goBack = () => {
.amount-input {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 20px;
padding: 10px;
@@ -982,6 +993,7 @@ const goBack = () => {
.quick-amounts {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 15px;
@@ -1009,6 +1021,7 @@ const goBack = () => {
.popup-footer {
display: flex;
flex-direction: row;
gap: 15px;
}