Browse Source

"update:地图组件更新样式"

abstract001 1 year ago
parent
commit
4679e76bc6

+ 1 - 1
app-angular/src/modules/home/companydetail/companydetail.component.html

@@ -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">