You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.1 KiB
19 lines
1.1 KiB
<div class="content"> |
|
<div class="center" id="map"></div> |
|
<!-- <div class="textbox"> |
|
<div class="btn"> |
|
<span> |
|
<mat-icon (click)="save()">description</mat-icon> |
|
<mat-icon (click)="clickicon()">create</mat-icon> |
|
</span> |
|
</div> |
|
<div class="text" [hidden]="!isshow"> |
|
<textarea [(ngModel)]="textcontant" name="" id="" cols="28" rows="18" placeholder="水源情况主要包括消火栓位置、管径、外观完好情况、停车取水位置试水情况,消防水池位置、容量、停车取水位置、取水测试情况,取消码头位置、水位、停车取水位置等;道路情况主要包括道路长度、宽度、起始点、沿线重点单位、立交、桥梁、涵洞及其通车能力。【该项主要在道路水源熟悉时填写】"></textarea> |
|
</div> |
|
</div> --> |
|
<div class="editbtn" (click)="opendialog()"> |
|
<p style="margin-top: 20px;"><mat-icon>create</mat-icon></p> |
|
<p style="font-size: 16px;color: #fff;">编辑</p> |
|
</div> |
|
</div> |
|
|