| | |
| | | <template> |
| | | <div class="myModal"> |
| | | <a-modal v-model="visible" title="天涯共此时.." :footer="null" |
| | | <a-modal v-drag-modal v-model="visible" title="天涯共此时.." :footer="null" |
| | | :bodyStyle="{'overflow':'overlay','maxHeight': '550px'}"> |
| | | |
| | | <div class="myComment" v-for="item in dataList" style="display: flex;padding: 0px 10px 10px 10px;"> |
| | |
| | | * { |
| | | max-width: 100% !important; |
| | | } |
| | | |
| | | } |
| | | |
| | | .myComment { |
| | |
| | | |
| | | img { |
| | | margin-bottom: 0.2rem; |
| | | min-height: 5rem; |
| | | height: 2em; |
| | | height: 2rem; |
| | | } |
| | | } |
| | | |
| | | .myComment:hover { |
| | | // background: #d0d7dc; |
| | | background: #f5f8fa; |
| | | border-radius: 14px; |
| | | } |
| | | </style> |