- 在用户内容区域添加 overflow: hidden 样式 - 防止内容超出容器边界显示
This commit is contained in:
@@ -63,6 +63,7 @@
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 16px 12px;
|
padding: 16px 12px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-content{
|
.user-content{
|
||||||
|
|||||||
Reference in New Issue
Block a user