引入海康威视插件

This commit is contained in:
zhoumengru
2025-09-11 16:14:55 +08:00
parent 671dd9fec7
commit e995c25fd2
57 changed files with 11735 additions and 2304 deletions

View File

@@ -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 {