|
@ -396,7 +396,7 @@ const deleteUserMessage = computed( |
|
|
<style scoped lang="less"> |
|
|
<style scoped lang="less"> |
|
|
.user-management { |
|
|
.user-management { |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 91.5vh; |
|
|
|
|
|
|
|
|
height: 90vh; |
|
|
padding: 20px; |
|
|
padding: 20px; |
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
background-color: #f5f7fa; |
|
|
background-color: #f5f7fa; |
|
@ -404,6 +404,7 @@ const deleteUserMessage = computed( |
|
|
flex-direction: column; |
|
|
flex-direction: column; |
|
|
|
|
|
|
|
|
.user-table { |
|
|
.user-table { |
|
|
|
|
|
height: 80%; |
|
|
flex: 1; |
|
|
flex: 1; |
|
|
background-color: #fff; |
|
|
background-color: #fff; |
|
|
border-radius: 12px; |
|
|
border-radius: 12px; |
|
|