This commit is contained in:
Taric Xin
2021-12-07 13:25:52 +08:00
parent 34c9809e3e
commit 485686c4ab
18 changed files with 639 additions and 21 deletions

View File

@ -1,6 +1,6 @@
<div nz-row style="margin-bottom: 24px">
<div nz-row class="mb-xl">
<div nz-col nzSpan="8">
<input nz-input id="pickerInput" [(ngModel)]="addressInput" placeholder="请输入地址" />
<input id="pickerInput" [(ngModel)]="addressInput" placeholder="请输入地址" />
</div>
</div>
<div class="map-container" id="container" tabindex="0" style="width: 800px; height: 500px"></div>
<div class="map-container" id="container" tabindex="0" style="width: 800px; height: 500px"></div>