Commit ef70ec8de082325df2b58d89d35879e69205113c

Authored by ww
1 parent 1359a7ce

fix: DEFECT-978 configuration center org tree width problem

... ... @@ -163,7 +163,7 @@
163 163 <template>
164 164 <PageWrapper dense contentFullHeight contentClass="flex">
165 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 167 <div class="flex-auto w-full bg-light-50 dark:bg-dark-900 p-4">
168 168 <BasicForm @register="registerForm" />
169 169 </div>
... ...