mirror of
https://gitee.com/openharmony/applications_dlp_manager
synced 2024-11-26 19:40:40 +00:00
同步代码
Signed-off-by: li-li-wang <wangliliang5@huawei.com>
This commit is contained in:
parent
6f7e00b522
commit
c975a0896b
@ -523,7 +523,9 @@ struct changeEncryption {
|
||||
.bindPopup(this.handlePopupReadOnly, {
|
||||
builder: this.popupBuilderReadOnly,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -564,7 +566,9 @@ struct changeEncryption {
|
||||
.bindPopup(this.handlePopupReadOnly, {
|
||||
builder: this.popupBuilderReadOnly,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -673,7 +677,9 @@ struct changeEncryption {
|
||||
.bindPopup(this.handlePopupEdit, {
|
||||
builder: this.popupBuilderEdit,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -715,7 +721,9 @@ struct changeEncryption {
|
||||
.bindPopup(this.handlePopupEdit, {
|
||||
builder: this.popupBuilderEdit,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
|
@ -247,7 +247,9 @@ struct encryptionSuccess {
|
||||
.bindPopup(this.handlePopupReadOnly, {
|
||||
builder: this.popupBuilderReadOnly,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -288,7 +290,9 @@ struct encryptionSuccess {
|
||||
.bindPopup(this.handlePopupReadOnly, {
|
||||
builder: this.popupBuilderReadOnly,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -399,7 +403,9 @@ struct encryptionSuccess {
|
||||
.bindPopup(this.handlePopupEdit, {
|
||||
builder: this.popupBuilderEdit,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
@ -441,7 +447,9 @@ struct encryptionSuccess {
|
||||
.bindPopup(this.handlePopupEdit, {
|
||||
builder: this.popupBuilderEdit,
|
||||
placement: SystemUtils.isRTL() ? Placement.BottomRight : Placement.BottomLeft,
|
||||
offset: { x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X },
|
||||
offset: {
|
||||
x: SystemUtils.isRTL() ? Constants.POPUP_OFFSET_RTL_X : Constants.POPUP_OFFSET_X
|
||||
},
|
||||
enableArrow: true,
|
||||
showInSubWindow: false,
|
||||
onStateChange: (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user