Fix StaticView PdfViewer style
This commit is contained in:
parent
ddbc663dea
commit
734d319d62
5 changed files with 130 additions and 117 deletions
|
|
@ -44,10 +44,15 @@ const openedFile = ref(step.files.static[activeTab.value]);
|
|||
</script>
|
||||
|
||||
<style scoped>
|
||||
@import '../../../assets/css/src/2.blocks.pdf-viewer.css';
|
||||
|
||||
.dialog__inner {
|
||||
background-color: inherit;
|
||||
height: calc(100% - 3.5rem) !important;
|
||||
}
|
||||
|
||||
[role="tablist"] {
|
||||
height: 3.5rem;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue