comparison client/src/components/importoverview/ImportOverview.vue @ 2834:f91ee5d2c58a

client: import overview: fixed height
author Markus Kottlaender <markus@intevation.de>
date Wed, 27 Mar 2019 15:57:17 +0100
parents fb7cc59f5e12
children 503a73e9a755
comparison
equal deleted inserted replaced
2833:1b6840093eac 2834:f91ee5d2c58a
97 Instead you could just pass a function that loads the imports, like: 97 Instead you could just pass a function that loads the imports, like:
98 :data="loadImports(sortColumn, sortDirection)" 98 :data="loadImports(sortColumn, sortDirection)"
99 --> 99 -->
100 <UITableBody 100 <UITableBody
101 :data="filteredImports() | sortTable(sortColumn, sortDirection)" 101 :data="filteredImports() | sortTable(sortColumn, sortDirection)"
102 maxHeight="90vh" 102 maxHeight="73vh"
103 v-slot="{ item: entry }" 103 v-slot="{ item: entry }"
104 > 104 >
105 <LogEntry :entry="entry"></LogEntry> 105 <LogEntry :entry="entry"></LogEntry>
106 </UITableBody> 106 </UITableBody>
107 </div> 107 </div>
442 } 442 }
443 }; 443 };
444 </script> 444 </script>
445 445
446 <style lang="scss" scoped> 446 <style lang="scss" scoped>
447 .overview {
448 max-height: 90vh;
449 }
450 .date { 447 .date {
451 font-stretch: condensed; 448 font-stretch: condensed;
452 } 449 }
453 .interval-select { 450 .interval-select {
454 padding: 0px; 451 padding: 0px;