|
352 | 352 | min-width: 0; |
353 | 353 | } |
354 | 354 |
|
| 355 | + .reserve-amounts-row { |
| 356 | + display: grid; |
| 357 | + grid-template-columns: repeat(2, minmax(0, 1fr)); |
| 358 | + gap: 14px; |
| 359 | + min-width: 0; |
| 360 | + } |
| 361 | + |
355 | 362 | .reserve-policy-stack.policy-stack-muted { |
356 | 363 | opacity: 0.58; |
357 | 364 | } |
|
364 | 371 | .execution-cash-policy-grid { |
365 | 372 | grid-template-columns: 1fr; |
366 | 373 | } |
| 374 | + |
| 375 | + .reserve-amounts-row { |
| 376 | + grid-template-columns: 1fr; |
| 377 | + } |
367 | 378 | } |
368 | 379 |
|
369 | 380 | .mark { |
@@ -1439,17 +1450,19 @@ <h3 class="execution-cash-policy-heading" data-i18n="executionCashPolicyTitle"> |
1439 | 1450 | <span class="selection-meta" id="reserve-policy-mode-meta" data-i18n="reservedCashModeMeta">选择是否沿用、清空或覆盖平台预留现金。</span> |
1440 | 1451 | </label> |
1441 | 1452 |
|
1442 | | - <label class="control-block min-reserve-block policy-block" id="min-reserve-block"> |
1443 | | - <span id="min-reserved-cash-label">最小预留现金</span> |
1444 | | - <input id="min-reserved-cash-input" type="number" inputmode="decimal" min="0" step="1"> |
1445 | | - <span class="selection-meta" data-i18n="reservedCashMeta">固定金额下限,可单独设置或与比例取较大值。</span> |
1446 | | - </label> |
1447 | | - |
1448 | | - <label class="control-block reserve-ratio-block policy-block" id="reserve-ratio-block"> |
1449 | | - <span data-i18n="reservedCashRatio">预留现金比例</span> |
1450 | | - <input id="reserved-cash-ratio-input" type="number" inputmode="decimal" min="0" max="1" step="0.01"> |
1451 | | - <span class="selection-meta" data-i18n="reservedCashRatioMeta">例如 0.03 表示 3%。</span> |
1452 | | - </label> |
| 1453 | + <div class="reserve-amounts-row" id="reserve-amounts-row"> |
| 1454 | + <label class="control-block min-reserve-block policy-block" id="min-reserve-block"> |
| 1455 | + <span id="min-reserved-cash-label">最小预留现金</span> |
| 1456 | + <input id="min-reserved-cash-input" type="number" inputmode="decimal" min="0" step="1"> |
| 1457 | + <span class="selection-meta" data-i18n="reservedCashMeta">固定金额下限,可单独设置或与比例取较大值。</span> |
| 1458 | + </label> |
| 1459 | + |
| 1460 | + <label class="control-block reserve-ratio-block policy-block" id="reserve-ratio-block"> |
| 1461 | + <span data-i18n="reservedCashRatio">预留现金比例</span> |
| 1462 | + <input id="reserved-cash-ratio-input" type="number" inputmode="decimal" min="0" max="1" step="0.01"> |
| 1463 | + <span class="selection-meta" data-i18n="reservedCashRatioMeta">例如 0.03 表示 3%。</span> |
| 1464 | + </label> |
| 1465 | + </div> |
1453 | 1466 | </div> |
1454 | 1467 | </div> |
1455 | 1468 | </div> |
|
0 commit comments