0b1028f9 by renchao@pashanhoo.com

style:菜单配置

1 parent da9037e2
......@@ -782,6 +782,18 @@
}
}
// 个人信息
.information {
height: calc(100% - 58px);
display: flex;
flex-direction: column;
.from-clues-content {
flex: 1;
height: 100%;
}
}
// 修改基本信息界面样式
.informationbase {
margin: 0.1875rem 1.0417rem;
......
......@@ -68,15 +68,4 @@ export default {
<style scoped lang="scss">
@import "~@/styles/mixin.scss";
.information {
height: calc(100% - 58px);
display: flex;
flex-direction: column;
}
.from-clues-content {
flex: 1;
height: 100%;
}
</style>
......