This commit is contained in:
熊猫 2024-02-19 21:05:39 +08:00
parent e22b485ec2
commit ac4a4fc26b
5 changed files with 10 additions and 0 deletions

View File

@ -83,6 +83,7 @@ messages.value.push({type: '公告', content: '公告测试公告测试公告测
width: 100%; width: 100%;
height: 100%; height: 100%;
padding: 15px; padding: 15px;
overflow-y: auto;
.background-box { .background-box {
width: 100%; width: 100%;
@ -91,6 +92,8 @@ messages.value.push({type: '公告', content: '公告测试公告测试公告测
padding: 20px 35px; padding: 20px 35px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
min-height: 900px;
} }
.left-content { .left-content {

View File

@ -38,6 +38,7 @@ const selectMenu = (e: MenuItem) => {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
overflow-y: auto;
.menu-box { .menu-box {
width: 200px; width: 200px;
@ -67,6 +68,8 @@ const selectMenu = (e: MenuItem) => {
background: white; background: white;
border-radius: 15px; border-radius: 15px;
padding: 20px; padding: 20px;
min-height: 510px;
} }
} }
} }

View File

@ -67,6 +67,7 @@ const selectMenu = (e: MenuItem) => {
background: white; background: white;
border-radius: 15px; border-radius: 15px;
padding: 20px; padding: 20px;
} }
} }
} }

View File

@ -54,6 +54,7 @@ onMounted(() => {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
transition: all .3s; transition: all .3s;
overflow-y: auto;
.header-box { .header-box {
width: 100%; width: 100%;
height: 50px; height: 50px;

View File

@ -55,7 +55,9 @@ const total = {
height: 100%; height: 100%;
padding: 20px; padding: 20px;
display: flex; display: flex;
overflow-y: auto;
justify-content: space-between; justify-content: space-between;
min-height: 900px;
.block-border { .block-border {
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: 12px; border-radius: 12px;