菜鸟教程小白 发表于 2022-12-12 14:32:36

ios - alignItems 无法正常工作。 React Native flexbox Yaga


                                            <p><div>
            <aside class="s-notice s-notice__info post-notice js-post-notice mb16"role="status">
      <div class="d-flex fd-column fw-nowrap">
            <div class="d-flex fw-nowrap">
                <div class="flex--item wmn0 fl1 lh-lg">
                  <div class="flex--item fl1 lh-lg">
                        <b>这个问题在这里已经有了答案</b>:
                        
                  <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>这不是错误,这是默认行为。</p>

<p><code>alignItems</code> 默认值为<code>stretch</code>,这使得弹性项目<em>stretch</em> 沿着其父级的横轴,对于<code>column</code> 方向为宽度,React Native 中默认。</p>

<p>因此,当您将其更改为 <code>center</code> 时,它开始表现得像一个内联元素,并折叠到它的内容,否则 <code>center</code> 不能 <em>center</em> 它,如果它仍然具有 <em>全宽</em>。</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - alignItems 无法正常工作。 React Native flexboxYaga ,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/48863766/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/48863766/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - alignItems 无法正常工作。 React Native flexbox Yaga