ijry / uview-plus

零云®uview-plus,是uni-app全面兼容nvue的uni-app生态框架,全面的组件和便捷的工具会让您信手拈来,如鱼得水。
https://uview-plus.jiangruyi.com
MIT License
434 stars 110 forks source link

up-tabs 组件,使用后,右边会有红色点 #443

Closed Lovely-Ruby closed 1 month ago

Lovely-Ruby commented 1 month ago

问题图片:

image

代码片段:

<template>
<up-tabs :list="list1" :activeStyle="{ color: '#fff', fontWeight: 'bold' }" :inactiveStyle="{ color: 'rgba(128, 128, 128, 1)' }" lineColor="#fff" lineWidth="40"></up-tabs>
</template>
<script>
const list1 = reactive([{ name: '未开始' }, { name: '生产中' }, { name: '已暂停' }])
</script>

检查一下是 u. badge 这个类的问题

image

axinss commented 1 month ago

怎么看怎么像你设置了。要不就是有缓存你没重新加载