mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-02 12:07:18 +00:00
add a filter on web ui
This commit is contained in:
@@ -285,4 +285,31 @@ body, html {
|
||||
opacity:0.5;
|
||||
cursor: col-resize;
|
||||
z-index:999
|
||||
}
|
||||
|
||||
.filterSection{
|
||||
background: #FFF;
|
||||
padding: 15px 10px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
border: 1px solid #333;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.filterSection .filterIcon{
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.filterSection form{
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.filterSection input{
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
.filterSection i{
|
||||
cursor: pointer;
|
||||
}
|
Reference in New Issue
Block a user