| | |
| | | </div> |
| | | </div> |
| | | <div class="info-btn"> |
| | | <div class="fullScreen" @click="handleFullScreen(index)"> |
| | | <div class="fullScreen" v-if="item.url" @click="handleFullScreen(index)"> |
| | | <img src="@/assets/images/flow/screenIconWhite.png" alt="" /> |
| | | 全屏 |
| | | </div> |
| | |
| | | .info-btn { |
| | | width: 15%; |
| | | padding: 1rem 0; |
| | | display: flex; |
| | | align-items: flex-end; |
| | | flex-direction: column; |
| | | justify-content: space-between; |
| | | position: relative; |
| | | :deep(.el-button) { |
| | | color: #fff; |
| | | background: rgba(94, 229, 92, 0.6); |
| | | border-radius: 4px 4px 4px 4px; |
| | | border: 1px solid rgba(94, 229, 92, 0.6); |
| | | position: absolute; |
| | | bottom: 1rem; |
| | | } |
| | | .fullScreen{ |
| | | width: 100%; |