Enhance table styles in InvoicingBillingPeriodStatistics.vue: add striped, hoverable, bordered, and narrow classes for improved readability and presentation.
This commit is contained in:
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user