style:菜单配置
Showing
2 changed files
with
12 additions
and
11 deletions
| ... | @@ -782,6 +782,18 @@ | ... | @@ -782,6 +782,18 @@ |
| 782 | } | 782 | } |
| 783 | } | 783 | } |
| 784 | 784 | ||
| 785 | // 个人信息 | ||
| 786 | .information { | ||
| 787 | height: calc(100% - 58px); | ||
| 788 | display: flex; | ||
| 789 | flex-direction: column; | ||
| 790 | .from-clues-content { | ||
| 791 | flex: 1; | ||
| 792 | height: 100%; | ||
| 793 | } | ||
| 794 | } | ||
| 795 | |||
| 796 | |||
| 785 | // 修改基本信息界面样式 | 797 | // 修改基本信息界面样式 |
| 786 | .informationbase { | 798 | .informationbase { |
| 787 | margin: 0.1875rem 1.0417rem; | 799 | margin: 0.1875rem 1.0417rem; | ... | ... |
| ... | @@ -68,15 +68,4 @@ export default { | ... | @@ -68,15 +68,4 @@ export default { |
| 68 | 68 | ||
| 69 | <style scoped lang="scss"> | 69 | <style scoped lang="scss"> |
| 70 | @import "~@/styles/mixin.scss"; | 70 | @import "~@/styles/mixin.scss"; |
| 71 | |||
| 72 | .information { | ||
| 73 | height: calc(100% - 58px); | ||
| 74 | display: flex; | ||
| 75 | flex-direction: column; | ||
| 76 | } | ||
| 77 | |||
| 78 | .from-clues-content { | ||
| 79 | flex: 1; | ||
| 80 | height: 100%; | ||
| 81 | } | ||
| 82 | </style> | 71 | </style> | ... | ... |
-
Please register or sign in to post a comment