| | |
| | | const memberNames = item.memberNames.split(',') |
| | | if (memberIds && memberIds.length === 1) { |
| | | this.$set(this.param, 'checkUserId', memberIds[0]) |
| | | } else { |
| | | this.$set(this.param, 'checkUserId', '') |
| | | } |
| | | memberIds.forEach((mem, i) => { |
| | | arr.push({ |
| | |
| | | display: flex; |
| | | flex-wrap: wrap; |
| | | .item { |
| | | width: 140px; |
| | | max-height: 140px; |
| | | width: 92px; |
| | | max-height: 92px; |
| | | margin-left: 10px; |
| | | position: relative; |
| | | border: 1px dashed #d9d9d9; |
| | | border-radius: 4px; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | .close{ |
| | | font-size: 20px; |
| | | position: absolute; |
| | |
| | | cursor: pointer; |
| | | } |
| | | .img { |
| | | width: 140px; |
| | | max-height: 90px; |
| | | width: 92px; |
| | | max-height: 92px; |
| | | } |
| | | } |
| | | } |