Commit ef70ec8de082325df2b58d89d35879e69205113c
1 parent
1359a7ce
fix: DEFECT-978 configuration center org tree width problem
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -163,7 +163,7 @@ | @@ -163,7 +163,7 @@ | ||
163 | <template> | 163 | <template> |
164 | <PageWrapper dense contentFullHeight contentClass="flex"> | 164 | <PageWrapper dense contentFullHeight contentClass="flex"> |
165 | <OrganizationIdTree @select="handleSelect" ref="organizationIdTreeRef" /> | 165 | <OrganizationIdTree @select="handleSelect" ref="organizationIdTreeRef" /> |
166 | - <section class="flex-auto p-4 w-full configuration-list"> | 166 | + <section class="flex-auto p-4 w-3/4 xl:w-4/5 w-full configuration-list"> |
167 | <div class="flex-auto w-full bg-light-50 dark:bg-dark-900 p-4"> | 167 | <div class="flex-auto w-full bg-light-50 dark:bg-dark-900 p-4"> |
168 | <BasicForm @register="registerForm" /> | 168 | <BasicForm @register="registerForm" /> |
169 | </div> | 169 | </div> |