fix
This commit is contained in:
parent
3462d77d1c
commit
cf534d4806
2 changed files with 5 additions and 4 deletions
|
|
@ -904,7 +904,7 @@ onMounted(async () => {
|
|||
</template>
|
||||
</q-input>
|
||||
<q-tree
|
||||
class="tree-container q-mt-sm"
|
||||
class="tree-container-report-registry q-mt-sm"
|
||||
dense
|
||||
:nodes="node"
|
||||
node-key="orgTreeName"
|
||||
|
|
@ -1673,7 +1673,7 @@ onMounted(async () => {
|
|||
padding: 10px;
|
||||
}
|
||||
|
||||
.tree-container {
|
||||
.tree-container-report-registry {
|
||||
overflow: auto;
|
||||
max-height: 50vh;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue