diff --git a/benchtop-fe/jest.config.json b/benchtop-fe/jest.config.json new file mode 100644 index 0000000..1e02cdb --- /dev/null +++ b/benchtop-fe/jest.config.json @@ -0,0 +1,4 @@ +{ + "bail": 1, + "verbose": true +} \ No newline at end of file diff --git a/benchtop-fe/src/components/PDF/PDF.vue b/benchtop-fe/src/components/PDF/PDF.vue index f825059..3a5baff 100644 --- a/benchtop-fe/src/components/PDF/PDF.vue +++ b/benchtop-fe/src/components/PDF/PDF.vue @@ -6,7 +6,7 @@

-
+
@@ -95,10 +95,10 @@
- +
- +

@@ -223,7 +223,7 @@ const output = () => { } } - return tables + // return tables } diff --git a/benchtop-fe/src/components/PDF/ReadingTable.vue b/benchtop-fe/src/components/PDF/ReadingTable.vue index 09f9a8e..c32aa71 100644 --- a/benchtop-fe/src/components/PDF/ReadingTable.vue +++ b/benchtop-fe/src/components/PDF/ReadingTable.vue @@ -96,10 +96,13 @@

- diff --git a/benchtop-fe/src/style.css b/benchtop-fe/src/style.css index e937e56..8dee80b 100644 --- a/benchtop-fe/src/style.css +++ b/benchtop-fe/src/style.css @@ -1,6 +1,6 @@ body { margin: 1rem; - background: url("/public/funky-lines.webp"); + background: url("/funky-lines.webp"); } .card { @@ -93,4 +93,9 @@ h3 { .px666 { width: 666px; +} + +.scroll-pdf { + height: 90vh; + overflow: scroll; } \ No newline at end of file