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