File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ function drawArrowsPointingSouth(
132
132
const arrayOfDataForDirectionSouth = groupedByDirection .find (
133
133
(obj ) =>
134
134
obj .direction === Himmelsrichtungen .SUED ||
135
- obj .direction === Himmelsrichtungen .OST
135
+ obj .direction === Himmelsrichtungen .WEST
136
136
);
137
137
arrayOfDataForDirectionSouth ?.data .forEach ((mq ) => {
138
138
querschnittGroup .value .add (
@@ -267,7 +267,7 @@ function drawArrowsPointingNorth(
267
267
const arrayOfDataForDirectionNorth = groupedByDirection .find (
268
268
(obj ) =>
269
269
obj .direction === Himmelsrichtungen .NORD ||
270
- obj .direction === Himmelsrichtungen .WEST
270
+ obj .direction === Himmelsrichtungen .OST
271
271
);
272
272
arrayOfDataForDirectionNorth ?.data .forEach ((mq ) => {
273
273
querschnittGroup .value .add (
Original file line number Diff line number Diff line change 88
88
<v-tabs-window-item :value =" TAB_LISTENAUSGABE" >
89
89
<v-sheet
90
90
:max-height =" contentHeight"
91
- width =" 100 %"
91
+ width =" 97 %"
92
92
>
93
93
<banner-messtelle-tabs
94
94
v-if =" isBiggerThanFiveYears"
Original file line number Diff line number Diff line change 131
131
<v-tabs-window-item :value =" TAB_LISTENAUSGABE" >
132
132
<v-sheet
133
133
:max-height =" contentHeight"
134
- width =" 99 %"
134
+ width =" 97 %"
135
135
>
136
136
<zaehldaten-listenausgabe
137
137
:listenausgabe-data =" listenausgabeDTO"
You can’t perform that action at this time.
0 commit comments