refactor: small fixes
This commit is contained in:
Generated
+1721
-15394
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -30,7 +30,7 @@
|
|||||||
"@coreui/coreui": "^3.0.0-beta.4",
|
"@coreui/coreui": "^3.0.0-beta.4",
|
||||||
"@coreui/icons": "^1.0.0",
|
"@coreui/icons": "^1.0.0",
|
||||||
"@coreui/utils": "^1.2.2",
|
"@coreui/utils": "^1.2.2",
|
||||||
"@coreui/vue": "../coreui-vue",
|
"@coreui/vue": "coreui/coreui-vue#521325c669faccc8e3de43f0e01411ea06ecdea4",
|
||||||
"@coreui/vue-chartjs": "^1.0.3",
|
"@coreui/vue-chartjs": "^1.0.3",
|
||||||
"vue": "^2.6.11",
|
"vue": "^2.6.11",
|
||||||
"vue-router": "^3.1.5",
|
"vue-router": "^3.1.5",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
// If you want to add something do it here
|
// If you want to add something do it here
|
||||||
@import "custom";
|
@import "custom";
|
||||||
|
|
||||||
.card-header > .c-icon:first-child {
|
.card-header:not(.content-center) > .c-icon:first-child {
|
||||||
margin-right: 0.1rem;
|
margin-right: 0.1rem;
|
||||||
margin-top: 0.1rem;
|
margin-top: 0.1rem;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="c-app">
|
<div class="c-app">
|
||||||
<TheSidebar/>
|
<TheSidebar/>
|
||||||
<div class="c-wrapper">
|
<div class="c-wrapper c-fixed-components">
|
||||||
<TheHeader/>
|
<TheHeader/>
|
||||||
<div class="c-body">
|
<div class="c-body">
|
||||||
<main class="c-main">
|
<main class="c-main">
|
||||||
@@ -11,8 +11,8 @@
|
|||||||
</transition>
|
</transition>
|
||||||
</CContainer>
|
</CContainer>
|
||||||
</main>
|
</main>
|
||||||
|
<TheFooter/>
|
||||||
</div>
|
</div>
|
||||||
<TheFooter/>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -49,7 +49,7 @@
|
|||||||
<TheHeaderDropdownAccnt/>
|
<TheHeaderDropdownAccnt/>
|
||||||
</CHeaderNav>
|
</CHeaderNav>
|
||||||
<CSubheader class="px-3">
|
<CSubheader class="px-3">
|
||||||
<CBreadcrumbRouter class="border-0"/>
|
<CBreadcrumbRouter class="border-0 mb-0"/>
|
||||||
</CSubheader>
|
</CSubheader>
|
||||||
</CHeader>
|
</CHeader>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user