同步代码

Signed-off-by: li-li-wang <wangliliang5@huawei.com>
This commit is contained in:
li-li-wang 2024-10-17 09:31:51 +08:00
parent 6f7e00b522
commit c975a0896b
2 changed files with 24 additions and 8 deletions

View File

@ -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) => {

View File

@ -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) => {