フレックスボックス レイアウトでは、左側に画像、右側に中央のラベル タイトルが必要です。
<FlexboxLayout backgroundColor="#bada55" justifyContent="space-between" height="300" class="head">
<Image :src="posts.image_url" stretch="aspectFit" class="head_img"/>
<Label :text="posts.product_name" alignSelf="center" alignContent="center" class="title" textWrap="true"/>
</FlexboxLayout>
私の場合、ラベルのテキストは右に向かっていますが、中央ではありません。それを行う方法について何か考えはありますか?