This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-28 09:38:38 +07:00
parent 3462d77d1c
commit cf534d4806
2 changed files with 5 additions and 4 deletions

View file

@ -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;
}