fix: 修改工程研究中心评估 tips 遮挡问题
This commit is contained in:
parent
b87baf1e6b
commit
e09641d7a4
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 气泡的小箭头 */
|
/* 气泡的小箭头 */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user