mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-09 07:05:37 +08:00
优化WAF区域/省份封禁:增加仅允许、增加中国香港澳台、内地等特殊区域
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
.region-letter-group .item {
|
||||
padding-left: 0.8em !important;
|
||||
padding-right: 0.8em !important;
|
||||
}
|
||||
.region-letter-group .item .count {
|
||||
font-size: 0.8em;
|
||||
color: grey;
|
||||
}
|
||||
.country-groups {
|
||||
max-height: 23em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
.country-groups .country-group {
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
.country-groups .country-group .country-list .item {
|
||||
float: left;
|
||||
width: 9em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
.country-groups .country-group .country-list .item .checkbox label {
|
||||
font-size: 12px !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
.country-groups::-webkit-scrollbar {
|
||||
width: 4px;
|
||||
}
|
||||
/*# sourceMappingURL=selectCountriesPopup.css.map */
|
||||
Reference in New Issue
Block a user