fix: 修改工程研究中心评估 tips 遮挡问题

This commit is contained in:
liuzhiyuan 2025-07-31 16:20:36 +08:00
parent b87baf1e6b
commit e09641d7a4

View File

@ -923,10 +923,10 @@ watch(filteredLabs, () => {
.lab-card {
box-sizing: border-box;
flex: 0 0 calc((100% - 40px) / 3);
flex: 0 0 calc((100% - 41px) / 3);
background-color: #1f3266;
border-radius: 8px;
overflow: hidden;
border: 1px solid rgba(73,134,255,0.3);
display: flex;
flex-direction: column;
@ -1191,6 +1191,7 @@ watch(filteredLabs, () => {
line-height: 1.5;
pointer-events: none; /* 确保不影响鼠标事件 */
margin-bottom: 10px; /* 与文本的距离 */
width: 25vw;
}
/* 气泡的小箭头 */