【功能完善】商城客服: 消息样式调整

This commit is contained in:
puhui999
2024-11-04 16:44:10 +08:00
parent 40d7f5786d
commit ce3380fa3f
3 changed files with 21 additions and 47 deletions

View File

@@ -142,7 +142,7 @@ const handleScroll = debounce(() => {
left: 0;
right: 0;
bottom: 0; /* 覆盖整个元素 */
border-bottom: 2px solid black; /* 边框样式 */
border-bottom: 2px solid rgba(128, 128, 128, 0.5); /* 边框样式 */
pointer-events: none; /* 确保点击事件不会被伪元素拦截 */
}
@@ -153,7 +153,7 @@ const handleScroll = debounce(() => {
left: 0;
right: 0;
bottom: 0; /* 覆盖整个元素 */
border-bottom: 2px solid black; /* 边框样式 */
border-bottom: 2px solid rgba(128, 128, 128, 0.5); /* 边框样式 */
pointer-events: none; /* 确保点击事件不会被伪元素拦截 */
}
}