人员管理增加修改
This commit is contained in:
+6
-3
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user