mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
feat(system): 新增峰谷套利策略功能
- 实现了峰谷套利策略的添加、编辑和查看功能 - 添加了自定义时段类型策略 - 优化了策略列表展示和操作 - 调整了表单样式和布局
This commit is contained in:
@@ -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;
|
||||
}
|
||||
//表单
|
||||
|
||||
Reference in New Issue
Block a user