update entry/src/main/ets/pages/DownSamplePage.ets.
Signed-off-by: 田双明 <tianshuangming@h-partners.com>
This commit is contained in:
parent
f351c71541
commit
b9365b49f4
|
@ -132,8 +132,8 @@ struct DownSamplePage {
|
||||||
decodingOptions = {
|
decodingOptions = {
|
||||||
editable: true,
|
editable: true,
|
||||||
desiredSize: {
|
desiredSize: {
|
||||||
width: reqSize.targetWidth,
|
width: reqSize.width,
|
||||||
height: reqSize.targetHeight
|
height: reqSize.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 创建pixelMap
|
// 创建pixelMap
|
||||||
|
|
Loading…
Reference in New Issue