chenquansheng

fix |> 稿件详情页顶部留有10像素的空隙

@@ -102,6 +102,7 @@ export struct ImageAndTextWebComponent { @@ -102,6 +102,7 @@ export struct ImageAndTextWebComponent {
102 onWebPrepared: this.onWebPrepared.bind(this), 102 onWebPrepared: this.onWebPrepared.bind(this),
103 isPageEnd: $isPageEnd 103 isPageEnd: $isPageEnd
104 }) 104 })
  105 + .padding({top:10})
105 } 106 }
106 } 107 }
107 108