Merge branch 'nice' into develop
This commit is contained in:
commit
9ee003c913
2 changed files with 5 additions and 4 deletions
|
|
@ -315,6 +315,7 @@ onMounted(() => {
|
|||
>
|
||||
รักษาการในตำแหน่ง
|
||||
<q-space />
|
||||
|
||||
<q-btn
|
||||
class="q-px-sm"
|
||||
v-if="storeActing.isOfficer"
|
||||
|
|
@ -332,7 +333,7 @@ onMounted(() => {
|
|||
<q-card style="height: 100%">
|
||||
<q-card-section :horizontal="$q.screen.gt.sm">
|
||||
<!-- โครงสร้าง -->
|
||||
<q-card-section class="col-lg-3 col-md-4 col-xs-12 q-gutter-sm">
|
||||
<q-card-section class="col-lg-3 col-md-4 col-xs-12 q-gutter-sm q-pa-sm">
|
||||
<div>
|
||||
<q-input dense outlined v-model="filter" label="ค้นหา">
|
||||
<template v-slot:append>
|
||||
|
|
@ -671,7 +672,7 @@ onMounted(() => {
|
|||
/>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.tree-container {
|
||||
overflow: auto;
|
||||
height: 74vh;
|
||||
|
|
|
|||
|
|
@ -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