mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-02 12:07:18 +00:00
optimize web ui
This commit is contained in:
@@ -287,21 +287,22 @@ body, html {
|
||||
z-index:999
|
||||
}
|
||||
|
||||
/*filter*/
|
||||
|
||||
|
||||
.filterSection .filterIcon{
|
||||
font-size: 16px;
|
||||
.filterSection{
|
||||
margin: 50px auto 0;
|
||||
}
|
||||
|
||||
.filterSection form{
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.filterSection input{
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
/*filter end*/
|
||||
|
||||
|
||||
/*map panel*/
|
||||
|
||||
@@ -328,5 +329,27 @@ body, html {
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.mapWrapper .mapConfigInputs{
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.mapWrapper .mapConfigInputs.pathInput{
|
||||
border-radius: 4px 4px 0 0 ;
|
||||
}
|
||||
|
||||
.mapWrapper .treeWrapper{
|
||||
width: 398px;
|
||||
height: 350px;
|
||||
overflow: scroll;
|
||||
border: 1px solid #ddd;
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.mapWrapper .mapAddNewForm{
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/*map panel end*/
|
||||
|
||||
|
Reference in New Issue
Block a user