mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki stylistyczne widoku historii dyżurnych
This commit is contained in:
@@ -67,8 +67,6 @@ export default defineComponent({
|
||||
back: require('@/assets/icon-back.svg'),
|
||||
},
|
||||
|
||||
cardHeight: 0,
|
||||
|
||||
viewMode: 'info',
|
||||
}),
|
||||
|
||||
@@ -108,10 +106,6 @@ export default defineComponent({
|
||||
},
|
||||
},
|
||||
|
||||
mounted() {
|
||||
this.cardHeight = (this.$refs['card-wrapper'] as HTMLElement).getBoundingClientRect().height;
|
||||
},
|
||||
|
||||
activated() {
|
||||
if (this.currentRegion.id != 'eu' && this.viewMode == 'history') this.viewMode = 'info';
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user