Commit 71a41266 by maxiaohan

查重指纹大小 边框调整

parent 8981710f
......@@ -98,7 +98,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手滚动源{{ item.name }}指指纹图</div>
......@@ -114,7 +114,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手滚动源{{ item.name }}指指纹图</div>
......@@ -130,7 +130,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手滚动源{{ item.name }}指指纹图</div>
......@@ -145,7 +145,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手滚动源{{ item.name }}指指纹图</div>
......@@ -165,7 +165,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手平面源{{ item.name }}指指纹图</div>
......@@ -181,7 +181,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手平面源{{ item.name }}指指纹图</div>
......@@ -197,7 +197,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手平面源{{ item.name }}指指纹图</div>
......@@ -212,7 +212,7 @@
<img
v-if="item.img"
:src="'data:image/jpeg;base64,' + item.img"
style="width: 254px;height: 334px;"
style="width: 234px;height: 314px;"
/>
<!-- 无指纹图片 -->
<div v-else>无左手平面源{{ item.name }}指指纹图</div>
......@@ -630,7 +630,7 @@ export default {
this.getSourceFingerPrintDetail();
this.getMatchcandList(this.currentQqid);
this.finger();
this.$bus.on("ccbarcode", code => {
this.$bus.on(" z", code => {
console.log(code);
this.getDestFingerPrintDetail(code);
});
......@@ -874,7 +874,7 @@ div {
height: 320px;
background: #f6f8fa;
border-radius: 8px 0px 0px 8px;
margin-top: 40px;
margin-top: 45px;
display: flex;
flex-direction: column;
justify-content: center;
......@@ -890,12 +890,13 @@ div {
height: 750px;
overflow: scroll;
.hands {
width: 40px;
width: 800px;
height: 30px;
font-size: 20px;
font-family: MicrosoftYaHei;
color: #333333;
line-height: 40px;
margin-left: -50px;
}
.outside {
width: 100%;
......@@ -910,7 +911,7 @@ div {
}
.label {
width: 100%;
height: 25px;
height: 40px;
text-align: center;
margin-top: 3px;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment