Poprawki w responsywności

This commit is contained in:
2022-05-14 01:10:37 +02:00
parent f35f6ba2a3
commit a0fe859c47
7 changed files with 140 additions and 86 deletions
@@ -168,6 +168,9 @@ export default defineComponent({
handleChangeRegion() {
this.$store.commit(MUTATIONS.SET_REGION, this.currentRegion);
console.log(this.currentRegion);
this.closeCard();
},
+2 -2
View File
@@ -12,7 +12,7 @@
class="sort-icon"
v-if="sorterActive.index == i"
:src="sorterActive.dir == 1 ? ascIcon : descIcon"
alt
alt="sort icon"
/>
</span>
</th>
@@ -25,7 +25,7 @@
class="sort-icon"
v-if="sorterActive.index == i + 7"
:src="sorterActive.dir == 1 ? ascIcon : descIcon"
alt
alt="sort icon"
/>
</span>
</th>