mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
no message
This commit is contained in:
parent
f1a9077b7e
commit
a6bd4a2ffe
2
resources/assets/js/functions/web.js
vendored
2
resources/assets/js/functions/web.js
vendored
@ -348,7 +348,7 @@ import {convertLocalResourcePath} from "../components/Replace/utils";
|
|||||||
src: item.src,
|
src: item.src,
|
||||||
width: item.width,
|
width: item.width,
|
||||||
height: item.height,
|
height: item.height,
|
||||||
crops: {ratio: 3, percentage: '320x0'},
|
crops: {ratio: 5, percentage: '320x0'},
|
||||||
scaleSize: item.original.indexOf("emoticon") > -1 ? 150 : 220,
|
scaleSize: item.original.indexOf("emoticon") > -1 ? 150 : 220,
|
||||||
})
|
})
|
||||||
const value = item.original
|
const value = item.original
|
||||||
|
|||||||
@ -27,7 +27,7 @@ export default {
|
|||||||
src: info.url,
|
src: info.url,
|
||||||
width: info.width,
|
width: info.width,
|
||||||
height: info.height,
|
height: info.height,
|
||||||
crops: {ratio: 3, percentage: '320x0'},
|
crops: {ratio: 5, percentage: '320x0'},
|
||||||
scaleSize: 220,
|
scaleSize: 220,
|
||||||
})
|
})
|
||||||
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`
|
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`
|
||||||
|
|||||||
@ -36,7 +36,7 @@ export default {
|
|||||||
src: info.url,
|
src: info.url,
|
||||||
width: info.width,
|
width: info.width,
|
||||||
height: info.height,
|
height: info.height,
|
||||||
crops: {ratio: 3, percentage: '320x0'},
|
crops: {ratio: 5, percentage: '320x0'},
|
||||||
scaleSize: 220,
|
scaleSize: 220,
|
||||||
})
|
})
|
||||||
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`
|
return `<img src="${data.src}" width="${data.width}" height="${data.height}" />`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user