WAF规则中国家/地区、省份、城市、ISP增加候选项检索和选择

This commit is contained in:
刘祥超
2022-06-14 17:38:50 +08:00
parent c82fa4709d
commit 275280d24e
18 changed files with 467 additions and 43 deletions

View File

@@ -875,4 +875,18 @@ input.error {
textarea.wide-code {
font-family: Menlo, Monaco, "Courier New", monospace !important;
line-height: 1.6 !important;
}
// combo-box
.combo-box .menu {
max-height: 17em;
overflow-y: auto;
position: absolute;
border: rgba(129, 177, 210, 0.81) 1px solid;
border-top: 0;
z-index: 100
}
.combo-box .menu::-webkit-scrollbar {
width: 4px;
}