You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
品种配置列表视图改造
动机
当前品种配置使用卡片网格展示,修改配置不方便:
- 卡片占用空间大,品种多时需要大量滚动
- 修改合约代码需要点击"修改"按钮打开弹窗,操作繁琐
目标
- 将品种卡片改为紧凑列表视图
- 支持直接在列表中修改合约代码
范围
- 修改
app/static/index.html 中的品种配置页面
- 将
symbol-grid + symbol-card 改为表格列表
- 在列表中直接显示可编辑的合约代码输入框
- 保留删除功能