feat(system): 新增峰谷套利策略功能

- 实现了峰谷套利策略的添加、编辑和查看功能
- 添加了自定义时段类型策略
- 优化了策略列表展示和操作
- 调整了表单样式和布局
This commit is contained in:
zhoumengru
2025-09-05 09:28:00 +08:00
parent 1c8120a3cf
commit b7e9768aae
8 changed files with 505 additions and 189 deletions

View File

@@ -31,7 +31,8 @@ $page-border: #cad2dd;
}
.ant-input,
.ant-input-affix-wrapper,
.ant-picker
.ant-picker,
.ant-input-number
{
background: none !important;
border: 1px solid $border-color !important;
@@ -50,7 +51,10 @@ $page-border: #cad2dd;
border: none !important;
}
}
.ant-radio-wrapper {
.ant-radio-wrapper,
.ant-input-number .ant-input-number-input,
:deep(.ant-input-number-input),
:deep(.ant-select-selection-item) {
color: #fff;
}
//表单