| | |
| | | > |
| | | <div |
| | | class="table-item" |
| | | :class="[index % 2 == 1 ? '' : 'table-item-odd']" |
| | | :class="[index % 2 === 1 ? '' : 'table-item-odd']" |
| | | v-for="(item, index) in tableList" |
| | | :key="index" |
| | | @click="signMachineNestClick(item)" |
| | | @mouseover="changeIndex(index)" |
| | | @mouseout="changeIndexBack(index)" |
| | | |
| | | > |
| | | <div class="name"> |
| | | <img class="imageicon" :src="overviewnextWay" alt="" /> |
| | |
| | | cursor: pointer; |
| | | } |
| | | .active { |
| | | color: #8effac; |
| | | color: #ffa768; |
| | | background: linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, #154671 50%, rgba(12, 45, 92, 1) 100%), |
| | | linear-gradient(90deg, rgba(12, 45, 92, 1) 0%, rgba(12, 45, 92, 1) 50%, rgba(12, 45, 92, 1) 100%); |
| | | } |
| | | .idle-active { |
| | | color: #ffa768; |
| | | color: #8effac; |
| | | } |
| | | .imageicon { |
| | | object-fit: cover; |