|
|
@@ -16,7 +16,7 @@
|
|
|
<!-- 文字使用 padding 留出左侧空间 -->
|
|
|
<label
|
|
|
:style="{
|
|
|
- color: disabled ? (region.checked ? '#a8abb2' : '#a8abb2') : (region.checked ? '#0080c7' : '#606266'),
|
|
|
+ color: disabled ? (region.checked ? '#a8abb2' : '#a8abb2') : (region.checked ? '#178dcc' : '#606266'),
|
|
|
cursor: disabled ? 'not-allowed' : 'pointer'
|
|
|
}"
|
|
|
:for="region.id"
|
|
|
@@ -160,8 +160,8 @@ input[type="checkbox"] {
|
|
|
margin-top: -4px;
|
|
|
}
|
|
|
input[type="checkbox"]:checked {
|
|
|
- background-color: #0080C7;
|
|
|
- border-color: #0080C7;
|
|
|
+ background-color: #178dcc;
|
|
|
+ border-color: #178dcc;
|
|
|
}
|
|
|
|
|
|
input[type="checkbox"]:checked::after {
|