NEZ-3304 fix:Dashboard中创建图表侧滑框, log日志Label browser中内容超出界限

This commit is contained in:
zhangyu
2023-11-01 09:54:51 +08:00
parent b9dc1cf313
commit ec37a18943

View File

@@ -1,6 +1,6 @@
.query-prompt-box { .query-prompt-box {
//width: calc(100% - 10px); //width: calc(100% - 10px);
height: 400px; height: 440px;
background: $--background-color-empty; background: $--background-color-empty;
box-shadow: 0px 0px 21px 4px $--dropdown-menu-box-shadow-color; box-shadow: 0px 0px 21px 4px $--dropdown-menu-box-shadow-color;
border-radius: 2px; border-radius: 2px;
@@ -9,7 +9,7 @@
//left: 5px; //left: 5px;
transform: unset; transform: unset;
z-index: 11; z-index: 11;
max-height: 400px; max-height: 440px;
font-size: 14px; font-size: 14px;
.explore-history-box-header { .explore-history-box-header {
padding-left: 20px; padding-left: 20px;
@@ -32,6 +32,7 @@
} }
.query-prompt-log-content { .query-prompt-log-content {
height: 220px; height: 220px;
flex-shrink: 0;
border: 1px solid $--border-color-light; border: 1px solid $--border-color-light;
border-radius: 2px; border-radius: 2px;
display: flex; display: flex;