Browse Source

tijiao

main
dinghao 4 months ago
parent
commit
cf301fb1f1
  1. 5
      hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

5
hx-ai-intelligent/src/view/organizationManage/usermanage/index.vue

@ -44,7 +44,7 @@
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" />
</div>
</div>
<!-- <a-drawer
<a-drawer
:width="1200"
:visible="visible"
:body-style="{ paddingBottom: '80px' }"
@ -65,7 +65,7 @@
@ok="handleOk"
@cancel="handleClose">
<ns-form :schemas="formSchema2" :model="formData2" />
</a-modal> -->
</a-modal>
</template>
<script lang="ts">
import { Modal } from 'ant-design-vue';
@ -671,6 +671,7 @@
}
.table {
width: 2000px;
/* width: auto; */
}
.admin {
text-align: left;

Loading…
Cancel
Save