style: use standard action button corners

This commit is contained in:
hajimi
2026-08-03 03:28:42 +08:00
parent ea18fa48d0
commit a5e949d30c
@@ -2282,4 +2282,8 @@ onReachBottom(() => {
.latest-card__next-row { .latest-card__next-row {
font-size: 18rpx; font-size: 18rpx;
} }
.latest-card__action {
border-radius: 12rpx;
}
</style> </style>