feat(部门管理): 部门信息布局完成

This commit is contained in:
sheng
2023-08-01 18:29:31 +08:00
parent 98b81a789d
commit 7c72cc74df
5 changed files with 150 additions and 45 deletions

View File

@@ -128,18 +128,18 @@ onMounted(() => {
.dept-box {
height: 100%;
padding: 10px;
background-color: #fff;
position: relative;
box-sizing: border-box;
}
.dept-left {
position: relative;
background-color: #fff;
border-radius: 0 8px 8px 0;
padding: 10px;
}
.dept-table {
border-radius: 8px 0 0 8px;
margin-left: 10px;
padding-bottom: 10px;
}
</style>