fix(style): layout paddings
This commit is contained in:
parent
a33face736
commit
52b3d43f6b
|
@ -1,5 +1,12 @@
|
|||
<template>
|
||||
<div class="main page-library">
|
||||
<router-view />
|
||||
<RouterView />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
main {
|
||||
padding: 56px 48px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
<style scoped lang="scss">
|
||||
main {
|
||||
padding: 56px 48px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue