feat:PC 表格模式增加持仓金额、持有收益

This commit is contained in:
hzm
2026-02-05 23:22:43 +08:00
parent 4a458a7886
commit fdf9a2a5e3
2 changed files with 70 additions and 2 deletions

View File

@@ -419,7 +419,7 @@ input[type="number"] {
.table-row {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr 60px;
grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr 1.2fr 1.2fr 60px;
align-items: center;
gap: 12px;
padding: 12px 24px !important;
@@ -437,7 +437,7 @@ input[type="number"] {
.table-header-row {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr 60px;
grid-template-columns: 2fr 1fr 1fr 1fr 1.2fr 1.2fr 1.2fr 60px;
gap: 12px;
padding: 16px 24px;
background: rgba(255, 255, 255, 0.05);
@@ -518,6 +518,8 @@ input[type="number"] {
justify-content: flex-end;
}
.action-cell { display: none; }
.holding-cell { display: none; }
.holding-amount-cell { display: none; }
.table-cell.time-cell span {
font-size: 10px !important;
}