Keep options internal transfer controls on a single row.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -4599,6 +4599,36 @@ html[data-theme="light"] .opt-order-chip {
|
|||||||
margin: 0 0 6px;
|
margin: 0 0 6px;
|
||||||
font-size: 0.72rem;
|
font-size: 0.72rem;
|
||||||
}
|
}
|
||||||
|
.options-funds-fold .options-funds-row--single {
|
||||||
|
flex-wrap: nowrap;
|
||||||
|
gap: 5px;
|
||||||
|
align-items: center;
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
.options-funds-fold .options-funds-row--single > select,
|
||||||
|
.options-funds-fold .options-funds-row--single > input[type="number"],
|
||||||
|
.options-funds-fold .options-funds-row--single > button {
|
||||||
|
flex: 0 0 auto;
|
||||||
|
width: auto;
|
||||||
|
max-width: none;
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
.options-funds-fold .options-funds-row--single > select {
|
||||||
|
min-width: 4.5em;
|
||||||
|
max-width: 7.5em;
|
||||||
|
padding: 4px 6px;
|
||||||
|
font-size: 0.72rem;
|
||||||
|
}
|
||||||
|
.options-funds-fold .options-funds-row--single > input[type="number"] {
|
||||||
|
width: 5.5rem;
|
||||||
|
min-width: 4.5rem;
|
||||||
|
padding: 4px 6px;
|
||||||
|
font-size: 0.72rem;
|
||||||
|
}
|
||||||
|
.options-funds-fold .options-funds-row--single > .btn-sm {
|
||||||
|
padding: 4px 8px;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
.options-pos-stack,
|
.options-pos-stack,
|
||||||
.options-pos-tab-body {
|
.options-pos-tab-body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
|
<link rel="stylesheet" href="/static/instance_theme_early.css?v=4">
|
||||||
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
|
<link rel="stylesheet" href="/static/account_risk_badge.css?v=4">
|
||||||
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
||||||
<link rel="stylesheet" href="/static/instance_theme.css?v=120">
|
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
||||||
<script src="/static/account_risk_badge.js?v=4"></script>
|
<script src="/static/account_risk_badge.js?v=4"></script>
|
||||||
<script src="/static/open_submit_gate.js?v=1"></script>
|
<script src="/static/open_submit_gate.js?v=1"></script>
|
||||||
<meta name="theme-color" content="#0b0d14">
|
<meta name="theme-color" content="#0b0d14">
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
<link rel="manifest" href="/static/icons/manifest.webmanifest">
|
||||||
<title>{{ pwa_app_name }}</title>
|
<title>{{ pwa_app_name }}</title>
|
||||||
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
<link rel="stylesheet" href="/static/instance_page.css?v=16">
|
||||||
<link rel="stylesheet" href="/static/instance_theme.css?v=120">
|
<link rel="stylesheet" href="/static/instance_theme.css?v=121">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="options-settings-section">
|
<div class="options-settings-section">
|
||||||
<div class="options-settings-subtitle">账户内划转</div>
|
<div class="options-settings-subtitle">账户内划转</div>
|
||||||
<div class="form-row settings-transfer-form options-settings-row">
|
<div class="form-row settings-transfer-form options-settings-row options-funds-row--single">
|
||||||
<input type="text" name="username" autocomplete="username" tabindex="-1" aria-hidden="true"
|
<input type="text" name="username" autocomplete="username" tabindex="-1" aria-hidden="true"
|
||||||
style="position:absolute;left:-9999px;width:1px;height:1px;opacity:0" value="">
|
style="position:absolute;left:-9999px;width:1px;height:1px;opacity:0" value="">
|
||||||
<select id="opt-page-int-ccy" aria-label="币种" autocomplete="off">
|
<select id="opt-page-int-ccy" aria-label="币种" autocomplete="off">
|
||||||
|
|||||||
Reference in New Issue
Block a user