mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
update feature/thirdselect/src/main/ets/default/view/ThirdSelectPhotoBrowserBase.ets.
Signed-off-by: liujuan <liujuan76@h-partners.com>
This commit is contained in:
parent
3c214a89e3
commit
fe916fa3bd
@ -40,7 +40,7 @@ import {
|
||||
ThirdSelectPhotoBrowserActionBar
|
||||
} from '@ohos/common/CommonComponents';
|
||||
|
||||
import { FormConstants, IS_HORIZONTAL } from '../utils/ThirdSelectConstants';
|
||||
import { FormConstants, IS_HORIZONTAL, LEFT_BLANK } from '../utils/ThirdSelectConstants';
|
||||
import { ThirdSelectedPanel } from './ThirdSelectedPanel';
|
||||
import { MouseTurnPageOperation } from '@ohos/browser/BrowserComponents';
|
||||
import { Matrix4x4 } from '@ohos/common/src/main/ets/default/utils/Matrix4x4'
|
||||
@ -84,6 +84,8 @@ export struct ThirdSelectPhotoBrowserBase {
|
||||
mPosition: number = 0;
|
||||
@State title: string = '';
|
||||
@Prop @Watch('onPageChanged') pageStatus: boolean = false;
|
||||
@StorageLink(LEFT_BLANK) leftBlank: number[]
|
||||
= [0, ScreenManager.getInstance().getStatusBarHeight(), 0, ScreenManager.getInstance().getNaviBarHeight()];
|
||||
@StorageLink(IS_HORIZONTAL) isHorizontal: boolean = ScreenManager.getInstance().isHorizontal();
|
||||
maxSelectCount: number = 0;
|
||||
@StorageLink('geometryOpacity') geometryOpacity: number = 1;
|
||||
@ -382,7 +384,7 @@ export struct ThirdSelectPhotoBrowserBase {
|
||||
this.buildCheckBox()
|
||||
this.buildPanel()
|
||||
}
|
||||
.padding({ bottom: $r('app.float.buttonWithoutText') })
|
||||
.padding({ bottom: this.leftBlank[3] })
|
||||
}
|
||||
|
||||
pageTransition() {
|
||||
|
Loading…
Reference in New Issue
Block a user