Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -74,7 +74,7 @@ export struct SearchResultComponent { | @@ -74,7 +74,7 @@ export struct SearchResultComponent { | ||
| 74 | //缺省图 | 74 | //缺省图 |
| 75 | if(this.isConnectNetwork){ | 75 | if(this.isConnectNetwork){ |
| 76 | EmptyComponent({emptyType:4}) | 76 | EmptyComponent({emptyType:4}) |
| 77 | - .height(`${this.calcHeight(612)}lpx`) | 77 | + .height('70%') |
| 78 | .width('100%') | 78 | .width('100%') |
| 79 | }else{ | 79 | }else{ |
| 80 | EmptyComponent({ emptyType: 1,emptyHeight:"100%" ,retry: () => { | 80 | EmptyComponent({ emptyType: 1,emptyHeight:"100%" ,retry: () => { |
-
Please register or login to post a comment