mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-23 20:44:58 +08:00
This commit is contained in:
parent
e22b485ec2
commit
ac4a4fc26b
|
@ -83,6 +83,7 @@ messages.value.push({type: '公告', content: '公告测试公告测试公告测
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
padding: 15px;
|
||||
overflow-y: auto;
|
||||
|
||||
.background-box {
|
||||
width: 100%;
|
||||
|
@ -91,6 +92,8 @@ messages.value.push({type: '公告', content: '公告测试公告测试公告测
|
|||
padding: 20px 35px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
min-height: 900px;
|
||||
|
||||
}
|
||||
|
||||
.left-content {
|
||||
|
|
|
@ -38,6 +38,7 @@ const selectMenu = (e: MenuItem) => {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
overflow-y: auto;
|
||||
|
||||
.menu-box {
|
||||
width: 200px;
|
||||
|
@ -67,6 +68,8 @@ const selectMenu = (e: MenuItem) => {
|
|||
background: white;
|
||||
border-radius: 15px;
|
||||
padding: 20px;
|
||||
min-height: 510px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -67,6 +67,7 @@ const selectMenu = (e: MenuItem) => {
|
|||
background: white;
|
||||
border-radius: 15px;
|
||||
padding: 20px;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -54,6 +54,7 @@ onMounted(() => {
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
transition: all .3s;
|
||||
overflow-y: auto;
|
||||
.header-box {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
|
|
|
@ -55,7 +55,9 @@ const total = {
|
|||
height: 100%;
|
||||
padding: 20px;
|
||||
display: flex;
|
||||
overflow-y: auto;
|
||||
justify-content: space-between;
|
||||
min-height: 900px;
|
||||
.block-border {
|
||||
border: 1px solid $border-color;
|
||||
border-radius: 12px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user