Enhance table styles in InvoicingBillingPeriodStatistics.vue: add striped, hoverable, bordered, and narrow classes for improved readability and presentation.

This commit is contained in:
Jeppe Bundgaard
2026-03-11 08:50:23 +01:00
parent 27a6207655
commit 1923b69f4a
@@ -227,7 +227,7 @@ watch(
<div class="column is-full">
<WhiteBoxCard :has-selection-style="true" :has-hover-effect="true" :has-border="true">
<!-- Distribution for each department -->
<table class="table is-fullwidth">
<table class="table is-fullwidth is-striped is-hoverable is-bordered is-narrow">
<thead>
<tr>
<th>Afdeling</th>
@@ -302,7 +302,7 @@ watch(
<!-- Subscription price distribution for each department -->
<div class="column is-full">
<WhiteBoxCard :has-selection-style="true" :has-hover-effect="true" :has-border="true">
<table class="table is-fullwidth">
<table class="table is-fullwidth is-striped is-hoverable is-bordered is-narrow">
<thead>
<tr>
<th>Afdeling</th>