File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 34
34
*/
35
35
import { computed , ref , onMounted } from " vue" ;
36
36
import { useCart } from " @/store/useCart" ;
37
- import CommonButton from " @/components/common/CommonButton.vue" ;
38
37
39
38
const props = defineProps ({
40
39
showCheckoutButton: {
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<header
3
3
role =" banner"
4
- class =" container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6"
4
+ class =" container flex flex-col justify-center px-0 pt-4 md:pt-6 mx-auto mb-6 max-w-[1400px] "
5
5
>
6
6
<div class =" flex flex-wrap lg:px-4 items-center" >
7
7
<div class =" pr-2 my-2 lg:w-3/12 md:w-10/12" >
47
47
</div >
48
48
</header >
49
49
</template >
50
-
51
- <style scoped>
52
- header {
53
- max-width : 1400px ;
54
- }
55
- </style >
You can’t perform that action at this time.
0 commit comments