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