|
@@ -107,7 +107,9 @@ export struct SafeView {
|
|
count: this.showBadgeLeft ? 1 : 0,
|
|
count: this.showBadgeLeft ? 1 : 0,
|
|
style: {
|
|
style: {
|
|
badgeSize: 6,
|
|
badgeSize: 6,
|
|
- badgeColor: Color.Red
|
|
|
|
|
|
+ badgeColor: Color.Red,
|
|
|
|
+ fontSize:1,
|
|
|
|
+ color: '#FF6500',
|
|
}
|
|
}
|
|
}) {
|
|
}) {
|
|
Text(`${this.onClickLeft?.text}` ?? '确定')
|
|
Text(`${this.onClickLeft?.text}` ?? '确定')
|
|
@@ -123,7 +125,8 @@ export struct SafeView {
|
|
style: {
|
|
style: {
|
|
badgeSize: 6,
|
|
badgeSize: 6,
|
|
badgeColor: '#FF6500',
|
|
badgeColor: '#FF6500',
|
|
- color: '#FF6500'
|
|
|
|
|
|
+ color: '#FF6500',
|
|
|
|
+ fontSize:1
|
|
}
|
|
}
|
|
}) {
|
|
}) {
|
|
Image(this.onClickLeft.img)
|
|
Image(this.onClickLeft.img)
|
|
@@ -141,7 +144,8 @@ export struct SafeView {
|
|
style: {
|
|
style: {
|
|
badgeSize: 6,
|
|
badgeSize: 6,
|
|
badgeColor: '#FF6500',
|
|
badgeColor: '#FF6500',
|
|
- color: '#FF6500'
|
|
|
|
|
|
+ color: '#FF6500',
|
|
|
|
+ fontSize:1
|
|
}
|
|
}
|
|
}) {
|
|
}) {
|
|
Text(this.onClickRight?.text ?? '确定')
|
|
Text(this.onClickRight?.text ?? '确定')
|
|
@@ -160,7 +164,8 @@ export struct SafeView {
|
|
style: {
|
|
style: {
|
|
badgeSize: 6,
|
|
badgeSize: 6,
|
|
badgeColor: '#FF6500',
|
|
badgeColor: '#FF6500',
|
|
- color: '#FF6500'
|
|
|
|
|
|
+ color: '#FF6500',
|
|
|
|
+ fontSize:1
|
|
}
|
|
}
|
|
}) {
|
|
}) {
|
|
Image(this.onClickRight.img)
|
|
Image(this.onClickRight.img)
|