Merge branch 'view_dev' into view

This commit is contained in:
liuzhiyuan 2025-07-31 16:21:00 +08:00
commit 611adc0bff

View File

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