fix
This commit is contained in:
@@ -391,6 +391,7 @@ export default defineComponent({
|
||||
this.printModel = value
|
||||
},
|
||||
getgenerate(){
|
||||
this.isTextarea = false
|
||||
if(this.isGenerate)return
|
||||
clearInterval(this.remGenerateTime)
|
||||
if(this.searchPictureName){
|
||||
|
||||
@@ -703,6 +703,7 @@ export default defineComponent({
|
||||
.modal_imgItem{
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
img{
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
@@ -918,6 +918,7 @@ export default defineComponent({
|
||||
border: 1px solid #f5f5f5;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
img{
|
||||
object-fit: cover;
|
||||
height: 100%;
|
||||
|
||||
@@ -794,6 +794,7 @@ export default defineComponent({
|
||||
border: 1px solid #f5f5f5;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
&:hover .delete_like_file_block{
|
||||
display: block;
|
||||
opacity: 1;
|
||||
|
||||
@@ -107,7 +107,7 @@ export default defineComponent({
|
||||
let canvasWH = ref(0);
|
||||
let textData = reactive({
|
||||
fill:'#000000',
|
||||
fontSize:'20',
|
||||
fontSize:'35',
|
||||
fontFamily:'Arial',
|
||||
textAlign:'left',
|
||||
overline: false,
|
||||
|
||||
@@ -209,6 +209,9 @@ export default defineComponent({
|
||||
}
|
||||
Https.axiosPost(Https.httpUrls.productImageLikeList, data).then(
|
||||
(rv) => {
|
||||
rv.forEach((item:any) => {
|
||||
item.imgUrl = item.url
|
||||
});
|
||||
productImgData.likeList.push(...rv)
|
||||
}
|
||||
).catch(res=>{
|
||||
|
||||
Reference in New Issue
Block a user