删除中控下单区

This commit is contained in:
dekun
2026-05-22 11:38:20 +08:00
parent 427f94e0e8
commit 661305c26a
7 changed files with 50 additions and 627 deletions
+1 -67
View File
@@ -428,57 +428,7 @@ button:disabled {
white-space: nowrap;
}
/* —— 下单区 —— */
.trade-bar {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
margin-bottom: 16px;
padding: 14px 16px;
background: var(--panel);
border: 1px solid var(--border);
border-radius: var(--radius);
}
.trade-bar label {
font-size: 12px;
color: var(--muted);
margin-right: 6px;
}
.trade-bar select {
min-width: 220px;
}
.tabs {
display: flex;
gap: 4px;
margin-bottom: 16px;
padding: 4px;
background: var(--bg-elevated);
border-radius: var(--radius);
border: 1px solid var(--border-soft);
width: fit-content;
max-width: 100%;
flex-wrap: wrap;
}
.tabs button {
border: none;
background: transparent;
padding: 8px 16px;
border-radius: 7px;
}
.tabs button.active {
background: var(--panel);
color: var(--accent);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
border: 1px solid var(--border);
}
.trade-meta {
.settings-meta-line {
font-size: 12px;
color: var(--muted);
padding: 10px 14px;
@@ -489,21 +439,6 @@ button:disabled {
line-height: 1.55;
}
.form-panel.hidden {
display: none;
}
.form-panel .card-head strong {
font-size: 14px;
}
.form-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
gap: 12px;
align-items: end;
}
.field {
display: flex;
flex-direction: column;
@@ -522,7 +457,6 @@ button:disabled {
.field input,
.field select,
.trade-bar select,
.form-row input,
.form-row select {
background: var(--bg);