style: reduce next draw label size

This commit is contained in:
hajimi
2026-08-03 03:27:54 +08:00
parent aa8e9968bb
commit ea18fa48d0
@@ -2278,4 +2278,8 @@ onReachBottom(() => {
width: 54rpx; width: 54rpx;
height: 54rpx; height: 54rpx;
} }
.latest-card__next-row {
font-size: 18rpx;
}
</style> </style>