feat: 修改问题
This commit is contained in:
@@ -84,6 +84,14 @@
|
||||
border-radius: 6px;
|
||||
cursor: pointer;
|
||||
animation: bg-blink var(--dur) infinite steps(10);
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: auto;
|
||||
|
||||
&::-webkit-scrollbar {
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes bg-blink {
|
||||
|
||||
@@ -212,6 +212,7 @@ function CommentItem(props: {
|
||||
)}
|
||||
key={comment.id}
|
||||
id={`comment_id_${comment.id}`}
|
||||
catchtouchmove
|
||||
>
|
||||
<View style={{ width: level === 1 ? "36px" : "28px" }}>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user