修复图片组件
This commit is contained in:
93807
node_modules/vue-plugin-hiprint/dist/vue-plugin-hiprint.js
generated
vendored
93807
node_modules/vue-plugin-hiprint/dist/vue-plugin-hiprint.js
generated
vendored
File diff suppressed because one or more lines are too long
@@ -36,6 +36,10 @@
|
|||||||
<i class="iconfont"></i>
|
<i class="iconfont"></i>
|
||||||
<span>圆形</span>
|
<span>圆形</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="ep-draggable-item item" tid="defaultModule.image">
|
||||||
|
<i class="iconfont"></i>
|
||||||
|
<span>图片</span>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="title">常用元素</div>
|
<div class="title">常用元素</div>
|
||||||
<div class="left-item__wrapper" id="custom-provider">
|
<div class="left-item__wrapper" id="custom-provider">
|
||||||
@@ -459,7 +463,8 @@
|
|||||||
top: 58.5,
|
top: 58.5,
|
||||||
src: src,
|
src: src,
|
||||||
width: 100,
|
width: 100,
|
||||||
height: 100
|
height: 100,
|
||||||
|
fit: 'contain'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
const el = this.hiprintTemplate.printPanels[0].printElements.at(-1)
|
const el = this.hiprintTemplate.printPanels[0].printElements.at(-1)
|
||||||
|
|||||||
@@ -119,6 +119,7 @@ export const customProvider = function () {
|
|||||||
title: '图片',
|
title: '图片',
|
||||||
type: 'image',
|
type: 'image',
|
||||||
options: {
|
options: {
|
||||||
|
contain: 'contain',
|
||||||
src: 'http://lyshunong.oss-cn-beijing.aliyuncs.com/image/material/a6e14259412606502e49f1abd866039.png',
|
src: 'http://lyshunong.oss-cn-beijing.aliyuncs.com/image/material/a6e14259412606502e49f1abd866039.png',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user