| | |
| | | :closeButton="true" |
| | | @closebuttonclick="closeWindow(index)" |
| | | :key="index" |
| | | style="background:white; height:475px" |
| | | style="background:white; " |
| | | :left="center.x + index * 10" |
| | | :top="center.y + index * 10" |
| | | :resizable="true" |
| | |
| | | :maxHeight="7000" |
| | | :height="defaultHeight" |
| | | :width="defaultWidth" |
| | | |
| | | ref="hscw" |
| | | > |
| | | <div v-if="item.list.length == 1" style="height: calc(100% - 50px)"> |
| | | <model-card :data="item.list[0]"></model-card> |
| | |
| | | } |
| | | }, |
| | | async nextPage(dataInfo, index) { |
| | | console.log(this) |
| | | debugger |
| | | let id = dataInfo[0].id |
| | | let res = this.CardList.getBehindEle(id) |
| | | if (res) { |
| | |
| | | // driver.execute_script("arguments[0].scrollIntoView();", target) |
| | | }, |
| | | async upPage(dataInfo, index) { |
| | | console.log('上一页') |
| | | let id = dataInfo[0].id |
| | | let res = this.CardList.getFrontEle(id) |
| | | if (res) { |