原始位置
修改后位置
参考代码
https://developers.arcgis.com/javascript/latest/sample-code/sandbox/index.html?sample=widgets-home
修改后代码
css中添加
.esri-attribution__sources {
font-weight: 300;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 0 5px;
align-self: flex-start;
flex: 1 0;
display: none;
}
.esri-ui-manual-container>.esri-component {
position: absolute;
left: 200px;
top: 500px;
}
.esri-attribution {
font-size: 12px;
line-height: 16px;
background-color: rgba(255, 255, 255, 0.65);
display: none;
flex-flow: row nowrap;
justify-content: space-between;
align-items: center;
}
js中修改
view.ui.add(homeBtn);