自定义样式也居中不了,数字一直在下方!
望作者能提供解决办法
<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;
}
<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>