diff --git a/src/components/show_images/index.vue b/src/components/show_images/index.vue index c3b3743a..4d7b59a4 100644 --- a/src/components/show_images/index.vue +++ b/src/components/show_images/index.vue @@ -2,13 +2,16 @@ -
+
- {{ item.sys_attach__attach_name }} +
{{ item.sys_attach__attach_name }}
+
无{{ title }} @@ -143,6 +146,14 @@ export default { text-decoration: underline; } } + .img-item { + display: flex; + flex-wrap: wrap; + justify-content: space-around; + padding-bottom: 20rpx; + align-content: flex-start; + align-items: flex-start; + } .buttons{ display: flex; } @@ -154,8 +165,13 @@ export default { overflow: auto; } .img-box{ - display: inline-block; text-align: center; + width: 33%; + } + .img-name { + white-space:nowrap; + overflow:hidden; + text-overflow:ellipsis; } .img{ width: 188px; @@ -187,4 +203,8 @@ export default { text-align: center; color: #8a8f93; } + .uploader__img { + height: 200px; + width: 200px; + }