fix: 看病栏目添加跳转事件

This commit is contained in:
TsMask
2024-02-21 17:15:39 +08:00
parent 51b3388cdc
commit 3b4b085499
5 changed files with 130 additions and 68 deletions

View File

@@ -157,10 +157,28 @@
border-radius: 4px;
}
/* 概览区域 衍生基站信息 */
.skim.base {
height: 20.6%;
}
.skim.base .inner .data {
display: flex;
flex-direction: row;
align-items: center;
height: 45%;
}
.skim.base .inner .data .item {
display: flex;
flex-direction: column;
align-items: baseline;
width: 50%;
}
/* 用户行为 */
.userActivity {
/* min-height: 35.8rem; */
height: 66%;
height: 60%;
}
.userActivity .inner .chart {
width: 100%;
@@ -247,3 +265,13 @@
height: 100%;
margin-top: 1rem;
}
/* 跳转鼠标悬浮 */
.toRouter:hover {
cursor: pointer;
color: #fff !important;
}
.toRouter:hover > *,
.toRouter:hover > * > * {
color: #fff !important;
}