陈剑华

fix: 17002 UI还原问题---号主动态中实际是长图的节目未能显示长图图标

@@ -161,6 +161,7 @@ struct createImg { @@ -161,6 +161,7 @@ struct createImg {
161 .fontWeight(400) 161 .fontWeight(400)
162 .fontColor(0xffffff) 162 .fontColor(0xffffff)
163 .fontFamily('PingFang SC') 163 .fontFamily('PingFang SC')
  164 + .shadow({radius: 4, color: 0xc3cbd5, offsetX: 4, offsetY: 4})
164 } 165 }
165 .width(48) 166 .width(48)
166 .padding({bottom: 9}) 167 .padding({bottom: 9})