add 产线缺陷统计

This commit is contained in:
lb
2023-07-02 14:12:20 +08:00
parent 9342750233
commit 5fd0a9b803
14 changed files with 339 additions and 30 deletions

View File

@@ -4,13 +4,13 @@
}
.radio-group__item:first-child {
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
border-top-left-radius: 4px !important;
border-bottom-left-radius: 4px !important;
}
.radio-group__item:last-child {
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
border-top-right-radius: 4px !important;
border-bottom-right-radius: 4px !important;
}
.radio-group__item.ant-radio-button-wrapper-checked {
@@ -18,11 +18,29 @@
}
.ant-switch-checked {
background: #b4fffdb1 !important;
background: #b4fffdb1 !important;
}
.ant-switch-checked:focus{
box-shadow: none !important;
.ant-switch-checked:focus {
box-shadow: none !important;
}
.ant-switch-checked .ant-switch-handle::before {
background-color: #76FFF9 !important;
}
background-color: #76fff9 !important;
}
/*
.radioGroup * {
border: none !important;
border-radius: 0 !important;
}
.radioGroup *:focus-within {
box-shadow: none !important;
}
.radioGroup *::before {
width: 0 !important;
}
.radioGroup_button_wrapper {
color: #fff !important;
background: #03233c !important;
} */