This commit is contained in:
syuilo
2018-06-05 21:36:21 +09:00
parent a408b19bbe
commit 9ce0f96de3
10 changed files with 1202 additions and 0 deletions

View File

@ -37,7 +37,16 @@ export default Vue.extend({
<style lang="stylus" scoped>
.mk-ui
display flex
flex-direction column
flex 1
> .header
@media (max-width 1000px)
display none
> .content
display flex
flex-direction column
flex 1
</style>