|
@@ -1,9 +1,6 @@
|
|
<script setup>
|
|
<script setup>
|
|
import { ref, reactive } from "vue";
|
|
import { ref, reactive } from "vue";
|
|
import Navbar from "@/components/Navbar.vue";
|
|
import Navbar from "@/components/Navbar.vue";
|
|
-import { useMainStore } from "@/stores/store";
|
|
|
|
-
|
|
|
|
-const store = useMainStore();
|
|
|
|
|
|
|
|
const breadcrumbs = reactive([
|
|
const breadcrumbs = reactive([
|
|
{
|
|
{
|
|
@@ -95,6 +92,10 @@ const breadcrumbs = reactive([
|
|
</template>
|
|
</template>
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+.v-row {
|
|
|
|
+ padding-bottom: 30px;
|
|
|
|
+ border-bottom: 5px solid #e37bca;
|
|
|
|
+}
|
|
h3 {
|
|
h3 {
|
|
padding: 15px 10px;
|
|
padding: 15px 10px;
|
|
color: #fff;
|
|
color: #fff;
|