fix: center points rule link content
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user