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