haoxuan
2023-09-01 1e1e5f612f252d66b0d0386cf52873bb1f3f7d7b
src/components/cardWindow.vue
@@ -6,7 +6,7 @@
        :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"
@@ -18,6 +18,7 @@
        :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>
@@ -156,6 +157,7 @@
      // 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) {