fix comment problem

This commit is contained in:
isUnknown 2024-11-27 17:51:49 +01:00
parent 16d57ec024
commit cca389f1b0
10 changed files with 128 additions and 545 deletions

View file

@ -47,15 +47,12 @@
<script setup>
import { ref } from "vue";
import { useVirtualSampleStore } from "../../../stores/virtualSample";
import { VPdfViewer, useLicense } from "@vue-pdf-viewer/viewer";
const { step } = useVirtualSampleStore();
const activeTab = ref(Object.keys(step.files.static)[0]);
</script>
<style scoped>
@import "../../../assets/css/src/2.blocks.pdf-viewer.css";
.dialog__inner {
background-color: inherit;
height: calc(100% - 3.5rem) !important;