исправлены стили для нормализации отображения страницы, элементов header и sidebar
This commit is contained in:
11
src/App.vue
11
src/App.vue
@@ -1,5 +1,5 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
div
|
div(class="app-container")
|
||||||
header-component
|
header-component
|
||||||
div(class="pages-container")
|
div(class="pages-container")
|
||||||
sidebar-component
|
sidebar-component
|
||||||
@@ -17,9 +17,6 @@
|
|||||||
|
|
||||||
<style lang="sass">
|
<style lang="sass">
|
||||||
#app
|
#app
|
||||||
display: flex
|
|
||||||
flex-direction: column
|
|
||||||
row-gap: 8px
|
|
||||||
height: 100%
|
height: 100%
|
||||||
width: 100%
|
width: 100%
|
||||||
font-family: Raleway, sans-serif
|
font-family: Raleway, sans-serif
|
||||||
@@ -31,6 +28,12 @@
|
|||||||
.pages-container
|
.pages-container
|
||||||
display: flex
|
display: flex
|
||||||
flex: auto
|
flex: auto
|
||||||
|
.app-container
|
||||||
|
height: 100%
|
||||||
|
width: 100%
|
||||||
|
row-gap: 8px
|
||||||
|
display: flex
|
||||||
|
flex-direction: column
|
||||||
body
|
body
|
||||||
margin: 0
|
margin: 0
|
||||||
padding: 0
|
padding: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user