fix(player): dev Vite proxy reads API PORT; wallet list rows blend with page background

This commit is contained in:
2026-06-23 14:52:04 +08:00
parent b91aa74be1
commit ce28f1719b
5 changed files with 32 additions and 8 deletions

View File

@@ -315,7 +315,7 @@ const pullIndicatorStyle = () => ({
padding: 12px 16px;
border: none;
border-bottom: 1px solid var(--border);
background: var(--bg-card);
background: transparent;
cursor: pointer;
}
@@ -324,7 +324,7 @@ const pullIndicatorStyle = () => ({
}
.tx-row:active {
background: var(--bg-hover);
background: rgba(255, 255, 255, 0.04);
}
.tx-main {

View File

@@ -182,7 +182,7 @@ const pullIndicatorStyle = () => ({
padding: 6px 10px;
border: none;
border-bottom: 1px solid var(--border);
background: var(--bg-card);
background: transparent;
cursor: pointer;
}
@@ -191,7 +191,7 @@ const pullIndicatorStyle = () => ({
}
.tx-row:active {
background: var(--bg-hover);
background: rgba(255, 255, 255, 0.04);
}
.tx-main {