| | |
| | | <div v-if="imgLink != ''" class="imgBox"> |
| | | <img class="autoImg" :src="imgLink" alt="" /> |
| | | </div> |
| | | <div v-else>暂无图片</div> |
| | | <div style="text-align: center; font-size: 18px; color: #999" v-else>暂无图片</div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <style scoped> |
| | | .dialogBox { |
| | | width: 700px; |
| | | height: 100%; |
| | | min-height: 300px; |
| | | position: relative; |
| | | padding: 15px; |
| | | z-index: 20; |
| | | box-sizing: border-box; |
| | | background-color: #FDF8F0; |
| | | } |
| | | .content { |
| | | display: flex; |
| | | justify-content: space-between; |
| | | align-items: center; |
| | | } |
| | | .leftTxt { |
| | | width: 350px; |
| | | height: 100%; |
| | | background-color: #fff; |
| | | max-height: 260px; |
| | | overflow: hidden; |
| | | white-space: normal; |
| | | overflow-x: auto; |
| | | overflow-y: auto; |
| | | |
| | | } |
| | | .rightimg { |
| | | width: 350px; |
| | | height: 100%; |
| | | background-color: #fff; |
| | | } |
| | | .title { |
| | | font-size: 24px; |