feat:增加加减仓

This commit is contained in:
hzm
2026-02-08 19:29:45 +08:00
parent 28352e87c1
commit f0a95ac19f
4 changed files with 801 additions and 78 deletions

View File

@@ -729,6 +729,14 @@ input[type="number"] {
padding: 16px;
}
.pending-list {
scrollbar-width: none;
}
.pending-list::-webkit-scrollbar {
display: none;
}
.chips {
display: flex;
flex-wrap: wrap;

File diff suppressed because it is too large Load Diff