27021
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user