Commit 04e26e3b authored by liuzhaoh's avatar liuzhaoh

优化DCTOM样式

parent 1ed6fc0b
...@@ -322,3 +322,8 @@ ...@@ -322,3 +322,8 @@
outline: none !important; outline: none !important;
} }
} }
.el-checkbox__input.is-checked .el-checkbox__inner {
background-color: #36f1cd !important;
border-color: #36f1cd !important;
}
\ No newline at end of file
...@@ -427,7 +427,7 @@ body { ...@@ -427,7 +427,7 @@ body {
} }
.label { .label {
color: #fff; color: #c5c8cc;
font-weight: 500; font-weight: 500;
font-size: 15px; font-size: 15px;
min-width: 130px; min-width: 130px;
...@@ -518,12 +518,13 @@ body { ...@@ -518,12 +518,13 @@ body {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 0.5rem; gap: 0.5rem;
color: #c5c8cc;
} }
input[type="checkbox"] { input[type="checkbox"] {
width: 18px; width: 18px;
height: 18px; height: 18px;
accent-color: #3b82f6; accent-color: #36f1cd;
} }
.chamber-list { .chamber-list {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment