File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
>
8
8
<v-sheet
9
9
class =" d-flex flex-column overflow-y-auto"
10
+ style ="
11
+ border-right-color : lightgrey ;
12
+ border-right-style : solid ;
13
+ border-right-width : 1px ;
14
+ "
10
15
:height =" stepperSheetHeight"
11
16
width =" 100%"
12
17
>
37
42
</v-card-actions >
38
43
</v-sheet >
39
44
</v-col >
40
- <v-divider vertical />
41
45
<v-col cols =" 8" >
42
46
<progress-loader v-model =" chartDataLoading" />
43
47
<step-line-card
@@ -214,8 +218,7 @@ const appBarHeight = computed(() => {
214
218
});
215
219
216
220
const stepperSheetHeight = computed (() => {
217
- const overflowX = display .width .value / 3 <= minWidth ;
218
- return 100 - (overflowX ? 3 : 0 ) - appBarHeight .value + " vh" ;
221
+ return 100 - appBarHeight .value + " vh" ;
219
222
});
220
223
221
224
const stepperSheetActionsHeight = computed (() => {
You can’t perform that action at this time.
0 commit comments