【类 型】:feat
【原 因】: 【过 程】:样式调整 【影 响】: # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动
This commit is contained in:
parent
65d8ebad40
commit
c280d65a7a
@ -16,7 +16,7 @@
|
||||
offset: {
|
||||
type: Array,
|
||||
default () {
|
||||
return [-16, -10] // 默认值[-16, -10]
|
||||
return [-20, -16] // 默认值
|
||||
}
|
||||
},
|
||||
cou: {
|
||||
@ -30,9 +30,9 @@
|
||||
<style lang="scss" scoped>
|
||||
.badge {
|
||||
position: absolute;
|
||||
width: 24rpx;
|
||||
height: 24rpx;
|
||||
font-size: 14rpx;
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
font-size: 20rpx;
|
||||
font-weight: normal;
|
||||
}
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user