fix: 重构轨迹查看
This commit is contained in:
parent
084efe2e74
commit
6ecd1057fb
@ -148,6 +148,7 @@ export default struct SignalDisplayComponent {
|
|||||||
Text(this.rawData).fontSize(20).fontColor("#fff")
|
Text(this.rawData).fontSize(20).fontColor("#fff")
|
||||||
}.backgroundColor("#282828").width("100%").height("100%")
|
}.backgroundColor("#282828").width("100%").height("100%")
|
||||||
} else {
|
} else {
|
||||||
|
if (!this.isShowBack) {
|
||||||
// 轨迹查看
|
// 轨迹查看
|
||||||
Flex() {
|
Flex() {
|
||||||
Column() {
|
Column() {
|
||||||
@ -170,6 +171,7 @@ export default struct SignalDisplayComponent {
|
|||||||
}.backgroundColor("#282828").width("100%").height("100%")
|
}.backgroundColor("#282828").width("100%").height("100%")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.width("100%")
|
.width("100%")
|
||||||
.height("100%")
|
.height("100%")
|
||||||
.backgroundColor("#fff")
|
.backgroundColor("#fff")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user