From 582b3f0e67e5bf2f5806b70600faaa89f44215a6 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期二, 07 五月 2024 16:01:33 +0800 Subject: [PATCH] 可转债 --- kp_html/kp/codes_list.html | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/kp_html/kp/codes_list.html b/kp_html/kp/codes_list.html index 5d1b5ac..7d6d75a 100644 --- a/kp_html/kp/codes_list.html +++ b/kp_html/kp/codes_list.html @@ -540,8 +540,17 @@ </div> </div> <div id="l2_screen"> - - <div> <span>閲忥細</span> <input id="min-volume" /> - <input id="max-volume" /> </div> + <table style="width: auto;"> + <tr> + <td>閲忥細</td> + <td> <input id="min-volume" /> - <input id="max-volume" /></td> + </tr> + <tr> + <td>绱㈠紩锛�</td> + <td><textarea id="watch_indexes" style="border: #BBB solid 1px;" placeholder="绱㈠紩鐢ㄩ�楀彿鍒嗛殧"></textarea></td> + </tr> + + </table> <div> <button class="btn" @click="l2_screen_click">纭畾</button> </div> -- Gitblit v1.8.0