yumaochao
@@ -103,7 +103,7 @@ export struct DynamicDetailComponent { @@ -103,7 +103,7 @@ export struct DynamicDetailComponent {
103 //分割线 103 //分割线
104 Image($r('app.media.ic_news_detail_division')) 104 Image($r('app.media.ic_news_detail_division'))
105 .width('100%') 105 .width('100%')
106 - .height($r('app.float.margin_7')) 106 + .height($r('app.float.margin_9'))
107 .padding({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16') }) 107 .padding({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16') })
108 Stack({ alignContent: Alignment.Bottom }) { 108 Stack({ alignContent: Alignment.Bottom }) {
109 if (!this.isNetConnected) { 109 if (!this.isNetConnected) {
@@ -150,7 +150,7 @@ export struct OperRowListView { @@ -150,7 +150,7 @@ export struct OperRowListView {
150 } 150 }
151 router.back(); 151 router.back();
152 }) 152 })
153 - .width(42) 153 + .width(48)
154 154
155 if (this.contentDetailData?.newsId) { 155 if (this.contentDetailData?.newsId) {
156 ForEach(this.operationButtonList, (item: string, index: number) => { 156 ForEach(this.operationButtonList, (item: string, index: number) => {
@@ -200,7 +200,7 @@ export struct OperRowListView { @@ -200,7 +200,7 @@ export struct OperRowListView {
200 } 200 }
201 .layoutWeight(1) 201 .layoutWeight(1)
202 .margin({ 202 .margin({
203 - right: this.pageComponentType === 1 ? 16 : 0, 203 + right: this.pageComponentType === 1 ? 22 : 0,
204 }) 204 })
205 205
206 if (this.showCommentIcon) { 206 if (this.showCommentIcon) {
@@ -212,7 +212,7 @@ export struct OperRowListView { @@ -212,7 +212,7 @@ export struct OperRowListView {
212 }) 212 })
213 } 213 }
214 } 214 }
215 - .width(46) 215 + .width(48)
216 } 216 }
217 217
218 } 218 }
@@ -233,7 +233,7 @@ export struct OperRowListView { @@ -233,7 +233,7 @@ export struct OperRowListView {
233 }) 233 })
234 // } 234 // }
235 } 235 }
236 - .width(42) 236 + .width(48)
237 .visibility(this.likesStyle !== 4 ? Visibility.Visible : Visibility.None) 237 .visibility(this.likesStyle !== 4 ? Visibility.Visible : Visibility.None)
238 } 238 }
239 239
@@ -261,7 +261,7 @@ export struct OperRowListView { @@ -261,7 +261,7 @@ export struct OperRowListView {
261 })*/ 261 })*/
262 } 262 }
263 .height(36) 263 .height(36)
264 - .width(36) 264 + .width(48)
265 .borderRadius(18) 265 .borderRadius(18)
266 .backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent) 266 .backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent)
267 .onClick(() => { 267 .onClick(() => {
@@ -289,7 +289,7 @@ export struct OperRowListView { @@ -289,7 +289,7 @@ export struct OperRowListView {
289 }) 289 })
290 } 290 }
291 .height(36) 291 .height(36)
292 - .width(36) 292 + .width(48)
293 .justifyContent(FlexAlign.Center) 293 .justifyContent(FlexAlign.Center)
294 } 294 }
295 295
@@ -312,7 +312,7 @@ export struct OperRowListView { @@ -312,7 +312,7 @@ export struct OperRowListView {
312 } 312 }
313 .justifyContent(FlexAlign.Center) 313 .justifyContent(FlexAlign.Center)
314 .height(36) 314 .height(36)
315 - .width(36) 315 + .width(48)
316 .borderRadius(18) 316 .borderRadius(18)
317 .backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent) 317 .backgroundColor(this.pageComponentType === 2 ? '#4D000000' : Color.Transparent)
318 } 318 }