可以通过以下方式将view中的文字居中对齐:

  1. 设置view的display属性为flex,将其子元素垂直和水平都居中对齐。
<view style="display:flex;justify-content:center;align-items:center;">
  <text>Hello World!</text>
</view>
  1. 设置text元素的text-align属性为center,将其文字水平居中对齐。
<view>
  <text style="text-align:center;">Hello World!</text>
</view>
uniapp 在 view文字居中对齐

原文地址: https://www.cveoy.top/t/topic/bxtZ 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录