Commit c9c237b4 by 张超军

正/倒查移动

parent ae29d0bc
......@@ -65,6 +65,7 @@ div {
color: #333333;
}
.center {
z-index: 100;
width: 1120px;
display: flex;
align-items: center;
......@@ -1437,18 +1438,19 @@ div {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
.tui-image-editor {
box-sizing: content-box;
width: 540px !important;
height: 540px !important;
width: 540px;
height: 540px;
position: relative;
overflow: hidden;
box-sizing: content-box;
}
.tui-image-editor2 {
box-sizing: content-box;
width: 540px !important;
height: 540px !important;
width: 540px;
height: 540px;
position: relative;
overflow: hidden;
}
......@@ -1611,16 +1613,17 @@ div {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
.tui-image-editor {
box-sizing: content-box;
width: 540px !important;
height: 540px !important;
width: 540px;
height: 540px;
position: relative;
}
.tui-image-editor2 {
box-sizing: content-box;
width: 540px !important;
height: 540px !important;
width: 540px;
height: 540px;
position: relative;
}
/deep/.tui-image-editor-canvas-container {
......
<!--
* @Author: your name
* @Date: 2021-10-22 11:36:10
* @LastEditTime: 2021-12-22 14:10:02
* @LastEditTime: 2021-12-22 15:03:21
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\src\views\Editor\modules\imageEd.vue
......@@ -2114,7 +2114,7 @@ export default {
zyhzArr.forEach((item) => {
var polygon = new fabric.Polygon(item, {
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
objectCaching: false,
transparentCorners: false,
......@@ -3295,7 +3295,7 @@ export default {
Fcanvas.remove(tempLine);
tempLine = new fabric.Polyline(tempPs, {
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
objectCaching: false,
transparentCorners: false,
......@@ -3431,7 +3431,7 @@ export default {
// left: 100,
// top: 0,
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
// scaleX: 4,
// scaleY: 4,
......@@ -3830,7 +3830,7 @@ export default {
var polygon = new fabric.Polygon(arr, {
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
objectCaching: false,
transparentCorners: false,
......@@ -3990,7 +3990,7 @@ export default {
var polygon = new fabric.Polygon(arr, {
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
objectCaching: false,
transparentCorners: false,
......@@ -4077,7 +4077,7 @@ export default {
self.autoFcanvas.forEach(item => {
var polygon = new fabric.Polygon(item, {
fill: "rgba(0,0,0,0)",
strokeWidth: 4,
strokeWidth: 2,
stroke: "red",
objectCaching: false,
transparentCorners: false,
......
......@@ -1290,6 +1290,7 @@ export default {
data: {
barcode: val.destbarcode,
hpseqno: val.destseqno,
qqid: val.qqid
},
loading: true
}).then(response => {
......
......@@ -222,6 +222,7 @@ export default {
.post("/api/org/case/palm/barcode/seq", {
barcode: val.destbarcode,
hpseqno: val.destseqno,
qqid: val.qqid
}, { loading: true, cancelToken: source.token }).then(response => {
//console.log(response);
if (response.data.code === 0) {
......
......@@ -545,7 +545,7 @@ export default {
url: '/api/check/png/palm/barcode',
data: {
barcode: self.barcode,
querytype: 1,
querytype: "1",
qqid: self.qqid
}
}).then(res => {
......
......@@ -537,7 +537,7 @@ export default {
url: '/api/check/png/palm/barcode',
data: {
barcode: self.barcode,
querytype: 1,
querytype: "1",
qqid: self.qqid
}
}).then(res => {
......
/*
* @Author: your name
* @Date: 2021-09-07 09:57:48
* @LastEditTime: 2021-12-22 11:59:46
* @LastEditTime: 2021-12-22 17:16:10
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \指纹系统\founder_vue\vue.config.js
......
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