fix: center points rule link content

This commit is contained in:
hajimi
2026-08-03 00:26:20 +08:00
parent 01b582ab60
commit 79e9ee2790
@@ -1345,12 +1345,26 @@ const formatCommentTime = (value: any) => {
}
&__link {
height: 32rpx;
margin-top: 10rpx;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 4rpx;
color: #1468f5;
font-size: 25rpx;
line-height: 1;
> text {
line-height: 1;
}
:deep(.u-icon) {
display: flex;
align-items: center;
justify-content: center;
line-height: 1;
}
}
&__btn {