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

#插件讨论# 【 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>

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

  • 标题 / 粗斜体
  • 代码片段
  • 超链接 / 图片 / 视频
  • 列表 / 引用

文章内容较多时,可以用标题分段 :

## 大标题 
### 小标题

斜体 / 粗体 :

**粗体** 
*斜体*
***粗斜体***

代码片段 :

``` javascript
代码片段
```

超链接 :

[链接文字](链接地址) 例: [百度](http://www.baidu.com)

图片 :

![图片说明](图片地址) 例: ![百度logo](http://www.baidu.com/img/bdlogo.gif)

视频 :

!![视频说明](视频地址) 例: !![优酷视频](http://youku.com)

有序列表 :

1. 123
2. 123
3. 123

无序列表 :

- 123
- 123
- 123

引用 : ( 双回车后结束引用 )

> 引用内容
引用内容
引用内容