ZZJ
2022-01-06 fa44bcc2861fe56e8af50fbd8f56065250a2ece3
src/pages/panoramicView/components/History.vue
@@ -25,7 +25,7 @@
          class="list-item"
          v-for="item in personList"
          :key="item.id"
          :style="item.selected ? 'border-color:#3D68E1': ''"
          :style="searching ? '' : item.selected ? 'border-color:#3D68E1': 'opacity: 0.3;'"
          @click="checkTarget(item)"
        >
          <!-- <img src alt :style="{backgroundColor:item.color}"/> -->
@@ -33,7 +33,7 @@
          <el-image
            style="width: 70px; height: 70px;border-radius: 50%;"
            :src="item.humanImg"
            fit="cover"
            fit="contain"
          ></el-image>
        </div>
      </div>