|
@@ -4,7 +4,7 @@
|
|
|
<nz-descriptions-item nzTitle="薪资待遇">{{company.salary}}</nz-descriptions-item>
|
|
|
<nz-descriptions-item nzTitle="公司地址">{{company.address}}
|
|
|
<button nz-button nzType="primary" (click)="open()">Open</button>
|
|
|
- <nz-drawer [nzClosable]="false" [nzVisible]="visible" nzPlacement="right" nzTitle="Basic Drawer" [nzWidth]="1000"
|
|
|
+ <nz-drawer [nzClosable]="false" [nzVisible]="visible" nzPlacement="right" nzTitle="Basic Drawer" [nzWidth]="800"
|
|
|
(nzOnClose)="close()">
|
|
|
<ng-container *nzDrawerContent>
|
|
|
<div class="map-container">
|