mirror of
https://gitee.com/js-yhsec/energy_storage.git
synced 2026-05-27 18:59:26 +08:00
引入海康威视插件
This commit is contained in:
@@ -16,7 +16,10 @@ $table-bg: #072e4a;
|
||||
$page-border: #cad2dd;
|
||||
//级联器样式,下拉选择器样式输入框等。。。
|
||||
.ant-switch {
|
||||
background: #00fffb;
|
||||
background: #b1c4c4;
|
||||
}
|
||||
.ant-switch.ant-switch-checked{
|
||||
background: #00fffb
|
||||
}
|
||||
|
||||
.ant-switch .ant-switch-handle::before {
|
||||
@@ -52,9 +55,13 @@ $page-border: #cad2dd;
|
||||
.ant-picker-separator {
|
||||
color: #fff !important;
|
||||
}
|
||||
.ant-picker-input::placeholder {
|
||||
.ant-picker-input input::placeholder {
|
||||
color: #ffffff3b !important;
|
||||
}
|
||||
.ant-picker-suffix{
|
||||
color: #ffffff !important;
|
||||
|
||||
}
|
||||
}
|
||||
.ant-input-affix-wrapper {
|
||||
.ant-input {
|
||||
@@ -90,7 +97,8 @@ $page-border: #cad2dd;
|
||||
|
||||
&:disabled {
|
||||
border: none;
|
||||
color: #fff;
|
||||
// color: #fff;
|
||||
background: $btn-confirm;
|
||||
}
|
||||
}
|
||||
.btn-del {
|
||||
|
||||
Reference in New Issue
Block a user