王士厅

fix: 人民号频道换肤,内容区不应展示圆角,见截图

@@ -178,10 +178,10 @@ export struct TopNavigationComponentNew { @@ -178,10 +178,10 @@ export struct TopNavigationComponentNew {
178 // left: 6, 178 // left: 6,
179 // right: 6 179 // right: 6
180 // }) 180 // })
181 - .borderRadius({  
182 - topLeft: 6,  
183 - topRight: 6  
184 - }) 181 + // .borderRadius({
  182 + // topLeft: 6,
  183 + // topRight: 6
  184 + // })
185 .backgroundColor(CompUtils.isRMH(this.navItem) || CompUtils.isNews(this.navItem) ? Color.White : Color.Transparent) 185 .backgroundColor(CompUtils.isRMH(this.navItem) || CompUtils.isNews(this.navItem) ? Color.White : Color.Transparent)
186 } 186 }
187 187