高度设置100% 文字垂直居中

2023-12-26  本文已影响0人  冰点雨
    <view class="menu-item">
            <view class="text">
                确定
            </view>

        </view>

.menu-item {
        height: 100%;
        flex: 1;
        text-align: center;
    }

.text {
        margin: 0;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
上一篇 下一篇

猜你喜欢

热点阅读