This commit is contained in:
liuye
2022-01-25 14:27:55 +08:00
parent d8910d1814
commit 875ea3063c

View File

@@ -282,10 +282,10 @@ ai-tree-picker {
justify-content: space-between;
line-height: 44px;
color: #333;
position: fixed;
top: 0;
left: 0;
z-index: 999;
// position: fixed;
// top: 0;
// left: 0;
// z-index: 999;
.grid-select__right {
display: flex;
@@ -309,7 +309,7 @@ ai-tree-picker {
.map-content {
width: 100%;
height: 100%;
height: calc(100% - 115px);
}
.popup {