This commit is contained in:
wtq
2025-11-28 10:19:58 +08:00
commit 3e6f452aa5
275 changed files with 47800 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
@import '@/assets/bundle.scss';
.y-badge {
position: relative;
.y-badge-dot {
position: absolute;
border-radius: 30rpx;
background-color: $danger;
right: 5rpx;
top: 5rpx;
font-size: 20rpx;
color: white;
padding: 6rpx;
min-width: 26rpx;
@extend %flex-center;
}
}