diff client/src/components/Bottlenecks.vue @ 2948:f6cd4ebd8562

client: importoverview: improved heights and scrolling
author Markus Kottlaender <markus@intevation.de>
date Fri, 05 Apr 2019 13:52:22 +0200
parents 399b03e59411
children c71373594719
line wrap: on
line diff
--- a/client/src/components/Bottlenecks.vue	Fri Apr 05 12:47:35 2019 +0200
+++ b/client/src/components/Bottlenecks.vue	Fri Apr 05 13:52:22 2019 +0200
@@ -18,7 +18,7 @@
           title: `${latestmeasurementLabel}`,
           width: '150px'
         },
-        { id: 'properties.from', title: `${chainageLabel}`, width: '150px' }
+        { id: 'properties.from', title: `${chainageLabel}`, width: '135px' }
       ]"
     />
     <UITableBody
@@ -38,7 +38,7 @@
         <div class="table-cell" style="width: 150px">
           {{ bottleneck.properties.current | surveyDate }}
         </div>
-        <div class="table-cell" style="width: 150px">
+        <div class="table-cell" style="width: 135px">
           {{
             displayCurrentChainage(
               bottleneck.properties.from,
@@ -46,7 +46,7 @@
             )
           }}
         </div>
-        <div class="table-cell center" style="width: 30px">
+        <div class="table-cell center" style="flex-grow: 1">
           <UISpinnerButton
             @click="loadSurveys(bottleneck)"
             :loading="loading === bottleneck"