- 移除了卡片元素的负z-index背景遮罩层 - 为列表区域添加了背景色重置样式 - 解决了背景颜色覆盖问题 - 优化了卡片显示效果
This commit is contained in:
@@ -784,8 +784,11 @@ body.user-messages-page {
|
|||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: -1;
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #fff9;
|
background-color: #fff9;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#list-area{
|
||||||
|
background-color: unset !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user