|
@@ -96,7 +96,7 @@ export default {
|
|
.then((res) => {
|
|
.then((res) => {
|
|
let Book_img = res.replace("data:image/png;base64,", "");
|
|
let Book_img = res.replace("data:image/png;base64,", "");
|
|
this.history.push(this.$refs.esign.history);
|
|
this.history.push(this.$refs.esign.history);
|
|
- this.imgarr.push(Book_img);
|
|
|
|
|
|
+ this.imgarr.push("data:image/png;base64," + Book_img);
|
|
//console.log(Book_img);
|
|
//console.log(Book_img);
|
|
// this.textOcr(res.replace("data:image/png;base64,", ""));
|
|
// this.textOcr(res.replace("data:image/png;base64,", ""));
|
|
})
|
|
})
|
|
@@ -122,18 +122,20 @@ export default {
|
|
//@import url(); 引入公共css类
|
|
//@import url(); 引入公共css类
|
|
.freewrite {
|
|
.freewrite {
|
|
width: 100%;
|
|
width: 100%;
|
|
-
|
|
|
|
.imgsave {
|
|
.imgsave {
|
|
margin-top: 8px;
|
|
margin-top: 8px;
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
.image {
|
|
.image {
|
|
|
|
+ display: flex;
|
|
> div {
|
|
> div {
|
|
|
|
+ margin-right: 8px;
|
|
width: 28px;
|
|
width: 28px;
|
|
height: 28px;
|
|
height: 28px;
|
|
background: #fff url("../../../../assets/NPC/chinaTianRed.png") center
|
|
background: #fff url("../../../../assets/NPC/chinaTianRed.png") center
|
|
no-repeat;
|
|
no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
|
|
+ border-radius: 4px;
|
|
}
|
|
}
|
|
.img {
|
|
.img {
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -141,10 +143,15 @@ export default {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-
|
|
|
|
.xj {
|
|
.xj {
|
|
|
|
+ width: 28px;
|
|
|
|
+ height: 28px;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ background: rgba(0, 0, 0, 0.08);
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: center;
|
|
|
|
+ align-items: center;
|
|
img {
|
|
img {
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|