parent
e36c17b6e0
commit
f6f8665645
@ -0,0 +1,19 @@ |
||||
<template> |
||||
<div class="userpage container">个人主页</div> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
|
||||
} |
||||
</script> |
||||
|
||||
<style scoped> |
||||
.userpage { |
||||
height: 800px; |
||||
} |
||||
.container { |
||||
width: 1200px; |
||||
margin: auto; |
||||
} |
||||
</style> |
Loading…
Reference in new issue