diff --git a/src/app/shared/components/amap/amap-poi-picker/amap-poi-picker.component.ts b/src/app/shared/components/amap/amap-poi-picker/amap-poi-picker.component.ts
index 3dd17484..6e01638f 100644
--- a/src/app/shared/components/amap/amap-poi-picker/amap-poi-picker.component.ts
+++ b/src/app/shared/components/amap/amap-poi-picker/amap-poi-picker.component.ts
@@ -3,6 +3,7 @@ import { ChangeDetectorRef, Component, Input, OnInit, ViewChild } from '@angular
import { amapConf } from '@conf/amap.config';
import { NzModalRef } from 'ng-zorro-antd/modal';
import { throwError } from 'rxjs';
+import { Script } from 'vm';
import { AmapService } from '../amap.service';
declare var AMap: any;
declare var AMapUI: any;
@@ -73,7 +74,7 @@ export class AmapPoiPickerComponent implements OnInit {
});
// 地图
- this.aMap = new AMap.Map('container', {
+ this.aMap = new AMap.Map('modal-container', {
resizeEnable: true,
zoom: 16
});
diff --git a/src/app/shared/components/imagelist/imagelist.component.html b/src/app/shared/components/imagelist/imagelist.component.html
index b3bddafd..3936f667 100644
--- a/src/app/shared/components/imagelist/imagelist.component.html
+++ b/src/app/shared/components/imagelist/imagelist.component.html
@@ -1,3 +1,10 @@
-
![]()
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/shared/components/imagelist/imagelist.less b/src/app/shared/components/imagelist/imagelist.less
index fe9a7a13..a9da2f31 100644
--- a/src/app/shared/components/imagelist/imagelist.less
+++ b/src/app/shared/components/imagelist/imagelist.less
@@ -1,9 +1,11 @@
.imgBox {
- width: 100%;
+ width : 100%;
overflow: hidden;
+ display : flex;
+
img {
- width: 100px;
- margin: 0 10px;
+ width : 100px;
+ margin : 0 10px;
vertical-align: middle;
}
-}
+}
\ No newline at end of file