mirror of
https://github.com/alibaba/anyproxy.git
synced 2025-08-04 21:39:04 +00:00
allow user to config custom menu
This commit is contained in:
@@ -205,7 +205,7 @@ body, html {
|
||||
border-left: 1px solid #CCC;
|
||||
top: 0;
|
||||
padding: 10px 20px 10px 10px;
|
||||
overflow-y:scroll;
|
||||
overflow-y:auto;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
@@ -225,6 +225,12 @@ body, html {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.recordDetailOverlay iframe{
|
||||
position: relative;
|
||||
height: 92vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.data_id{
|
||||
color: #777;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user