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