File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 <div style =" width : 80vw ; margin : 0 auto " >
44 <div class =" text-h4 q-my-sm" >Choose your photo</div >
55 <div style =" display : grid ;grid-template-columns : repeat (4 ,1fr )" >
6- <div v-for =" i in 31 " class =" row flex-center" :key =" i" @click =" console.log(i); selectAvatar(i)"
7- :style =" `border:${avatar === i ? '4px #1976D2 solid' : '4px #fff solid'}`" >
8- <img :src =" store.avatar(i)" alt =" " style =" width : 60px ; height : 60px " >
6+ <div v-for =" i in 32 " class =" row flex-center" :key =" i" @click =" selectAvatar(i-1 )"
7+ :style =" `border:${avatar === i-1 ? '4px #1976D2 solid' : '4px #fff solid'}`" >
8+ <img :src =" store.avatar(i-1 )" alt =" " style =" width : 60px ; height : 60px " >
99 </div >
1010 </div >
1111 <div class =" row justify-end q-my-md" >
You can’t perform that action at this time.
0 commit comments