DNS访问日志显示匹配的线路

This commit is contained in:
刘祥超
2021-08-20 11:27:06 +08:00
parent fbcf439f89
commit 1e9f5c9c56
4 changed files with 13 additions and 3 deletions

View File

@@ -11,6 +11,10 @@
background-color: white !important;
}
.ui.label.basic.grey {
border: 1px #ccc solid !important;
}
// fields
form {
.fields {
@@ -61,6 +65,6 @@ select.dropdown {
// message
.message {
.icon.warning {
font-size: 2em!important;
font-size: 2em !important;
}
}