This commit is contained in:
2022-02-27 21:14:25 +00:00
parent 619a8a2c8f
commit 6a8dd6a33a
8 changed files with 44 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
<template>
<!-- <v-sheet color="white" elevation="4" height="400px" style="overflow: scroll;"> -->
<v-sheet color="white" height="420px" style="overflow: auto;" elevation="4">
<!-- <v-sheet color="white" height="420px" style="overflow: auto;" elevation="4"> -->
<v-sheet color="white" style="overflow: auto;" elevation="4">
<slot name="dash-title">
<v-toolbar flat dense>
<template v-if="showMoreButton">
@@ -136,7 +136,7 @@
<slot name="settings">
<div></div>
</slot>
<div v-if="hasError" class="mx-2 mt-4 d-flex align-center">
<div v-if="hasError" class=" d-flex align-center">
<v-alert
data-cy="dash-error"
color="error"