人员管理增加修改

This commit is contained in:
2026-06-02 09:15:38 +08:00
parent 92165c914a
commit 05a72ac7dd
6 changed files with 212 additions and 87 deletions
+6 -3
View File
@@ -603,17 +603,19 @@ export default {
<style scoped>
.page{
/* padding: 10px; */
height: 100%;
height: 100vh;
display: flex;
flex-direction: column;
overflow: hidden;
}
.content{
flex: 1;
display: flex;
width: 100%;
height: 100%;
flex-direction: column;
padding: 10px 20px;
overflow: hidden;
min-height: 0;
}
.block {
height: 120px;
@@ -713,7 +715,8 @@ export default {
.column{
display: flex;
flex-direction: column;
height: 100%;
flex: 1;
min-height: 0;
margin: 16px 0;
}