NEZ-3304 fix:Dashboard中创建图表侧滑框, log日志Label browser中内容超出界限
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.query-prompt-box {
|
||||
//width: calc(100% - 10px);
|
||||
height: 400px;
|
||||
height: 440px;
|
||||
background: $--background-color-empty;
|
||||
box-shadow: 0px 0px 21px 4px $--dropdown-menu-box-shadow-color;
|
||||
border-radius: 2px;
|
||||
@@ -9,7 +9,7 @@
|
||||
//left: 5px;
|
||||
transform: unset;
|
||||
z-index: 11;
|
||||
max-height: 400px;
|
||||
max-height: 440px;
|
||||
font-size: 14px;
|
||||
.explore-history-box-header {
|
||||
padding-left: 20px;
|
||||
@@ -32,6 +32,7 @@
|
||||
}
|
||||
.query-prompt-log-content {
|
||||
height: 220px;
|
||||
flex-shrink: 0;
|
||||
border: 1px solid $--border-color-light;
|
||||
border-radius: 2px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user