5***@qq.com
5***@qq.com
  • 发布:2021-08-18 13:59
  • 更新:2022-12-01 13:44
  • 阅读:638

#插件讨论# 【 uni-badge 数字角标 - DCloud前端团队 】图标数字居中不了

分类:uni-app
关联插件: uni-badge 数字角标


自定义样式也居中不了,数字一直在下方!
望作者能提供解决办法

2021-08-18 13:59 负责人:DCloud_UNI_HT 分享
已邀请:
DCloud_UNI_HT

DCloud_UNI_HT

那个平台?

t***@163.com

t***@163.com

同样的问题 也是数字没有居中

t***@163.com

t***@163.com

<view class="content-top">
<uni-badge class="content-badge" text="8" absolute="rightTop" size="small">
<view class="content-top-text">
<text>一级</text>
</view>
</uni-badge>
</view>

.content-top {
background-color: #fff;
width: 100%;
}

.content-top-text {  
    background-color: rgba(14, 178, 149, 0.1);  
    border: 1px solid;  
    display: flex;  
    align-items: center;  
    justify-content: center;  
    border-color: #17b49b;  
    border-radius: 4px;  
    width: 150rpx;  
    height: 55rpx;  
    color: #3db4a1;  
    text {  
        width: 100%;  
        text-align: center;  
    }  

}  

.content-badge {  
    width: 200rpx;  
    align-items: center;  
}
t***@163.com

t***@163.com

<view class="content-top">
<uni-badge class="content-badge" text="8" absolute="rightTop" size="small">
<view class="content-top-text">
<text>一级</text>
</view>
</uni-badge>
</view>

t***@163.com

t***@163.com

<view class="content-top">  
            <uni-badge class="content-badge" text="8" absolute="rightTop" size="small">  
                <view class="content-top-text">  
                    <text>一级</text>  
                </view>  
            </uni-badge>  
        </view>

该问题目前已经被锁定, 无法添加新回复