Merge branch 'view_dev' into view
This commit is contained in:
commit
611adc0bff
@ -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;
|
||||
}
|
||||
|
||||
/* 气泡的小箭头 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user