This commit is contained in:
lb
2023-07-03 15:01:35 +08:00
parent eca11f0081
commit 8d134803b7
41 changed files with 19 additions and 1841 deletions

View File

@@ -2,7 +2,7 @@
height: 1px;
flex: 1;
padding-top: 8px;
background: #ae27276a;
// background: #ae27276a;
.titleBar {
display: flex;
@@ -71,8 +71,6 @@
}
.radioGroup {
// border: 2px solid red;
* {
border: none !important;
border-radius: 0 !important;

View File

@@ -21,7 +21,7 @@
background: #004782 !important;
}
.ant-switch .ant-switch-handle::before {
background-color: #00233f !important;
background-color: #00233f !important;
}
.ant-switch-checked {
background: #b4fffdb1 !important;
@@ -32,21 +32,3 @@
.ant-switch-checked .ant-switch-handle::before {
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;
} */