mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
This commit is contained in:
parent
b1d99387aa
commit
3d5e5d8ff3
|
@ -89,7 +89,7 @@ const total = ref(0) // 日历添加的记录提醒统计
|
|||
|
||||
.header-box {
|
||||
width: 100%;
|
||||
height: 140px;
|
||||
height: 90px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
|
@ -116,7 +116,7 @@ const total = ref(0) // 日历添加的记录提醒统计
|
|||
|
||||
.echart-box {
|
||||
width: 100%;
|
||||
height: calc(100% - 160px);
|
||||
height: calc(100% - 110px);
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Reference in New Issue
Block a user