|
@@ -387,6 +387,7 @@ export default {
|
|
|
fps: Math.round(1000 / (Date.now() - ts)),
|
|
|
});
|
|
|
console.log(this.resultArr);
|
|
|
+ var a = document.getElementsByClassName("pFace");
|
|
|
for (var i = 0; i < this.sampleArr.length; i++) {
|
|
|
if (this.sampleArr[i].name == bestMatch.label) {
|
|
|
// this.closeUpdateMessage = true;
|
|
@@ -397,6 +398,9 @@ export default {
|
|
|
// }
|
|
|
this.isdetected = "已识别到" + this.sampleArr[i].name + "的图片";
|
|
|
this.shibieImg = this.sampleArr[i].img[0];
|
|
|
+ if(this.shibieImg.length > 0){
|
|
|
+ a[0].style.width = "300px";
|
|
|
+ }
|
|
|
this.resultImg.img[0] = this.sampleArr[i].img[0];
|
|
|
}
|
|
|
}
|
|
@@ -481,10 +485,8 @@ body {
|
|
|
|
|
|
.tip {
|
|
|
margin: 25px 0 30px 20px;
|
|
|
- width: 419px;
|
|
|
}
|
|
|
|
|
|
-.tip > img,
|
|
|
#screan > img,
|
|
|
#tou > img,
|
|
|
#ai > img,
|
|
@@ -603,8 +605,9 @@ body {
|
|
|
}
|
|
|
|
|
|
.pFace {
|
|
|
- width: 300px;
|
|
|
- height: 240px;
|
|
|
+ /* width: 300px; */
|
|
|
+ /* height: 240px; */
|
|
|
+ width: 150px;
|
|
|
margin: 0 auto;
|
|
|
margin-top: 220px;
|
|
|
}
|