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