mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-02-16 20:55:37 +08:00
安全设置增加允许访问的国家地区、省份、是否局域网访问
This commit is contained in:
22
web/views/@default/ui/selectCountriesPopup.less
Normal file
22
web/views/@default/ui/selectCountriesPopup.less
Normal file
@@ -0,0 +1,22 @@
|
||||
.region-letter-group {
|
||||
.item {
|
||||
padding-left: 1em !important;
|
||||
padding-right: 1em !important;
|
||||
}
|
||||
}
|
||||
|
||||
.country-group {
|
||||
.country-list {
|
||||
.item {
|
||||
float: left;
|
||||
width: 12em;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
.checkbox label {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
Reference in New Issue
Block a user