diff --git a/src/views/attachment/AttachmentList.vue b/src/views/attachment/AttachmentList.vue index 6d5977f30..82b3bb09b 100644 --- a/src/views/attachment/AttachmentList.vue +++ b/src/views/attachment/AttachmentList.vue @@ -11,8 +11,11 @@ :sm="12" :xs="24" > - - + + +
+ +
@@ -106,4 +109,20 @@ export default { bottom: 80px; right: 20px; } + +.box{ + width: 100%; + margin: 0 auto; + background: skyblue; + position: relative; + padding-bottom: 56%; + overflow: hidden; +} +.box>img{ + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; +}