|
|
@ -43,7 +43,6 @@ |
|
|
|
<div class="right"> |
|
|
|
<ns-view-list-table v-bind="tableConfig" :model="data" ref="mainRef" class="table" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<a-drawer |
|
|
|
:width="1200" |
|
|
|
:visible="visible" |
|
|
@ -66,6 +65,7 @@ |
|
|
|
@cancel="handleClose"> |
|
|
|
<ns-form :schemas="formSchema2" :model="formData2" /> |
|
|
|
</a-modal> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
<script lang="ts"> |
|
|
|
import { Modal } from 'ant-design-vue'; |
|
|
@ -223,7 +223,6 @@ |
|
|
|
{ |
|
|
|
title: '序号', |
|
|
|
dataIndex: 'address', |
|
|
|
width: 80, |
|
|
|
customRender: (text: any) => { |
|
|
|
return text.index + 1; |
|
|
|
}, |
|
|
@ -651,10 +650,14 @@ |
|
|
|
.left { |
|
|
|
width: 400px; |
|
|
|
/* height: 95vh; */ |
|
|
|
height: 92.7vh; |
|
|
|
// height: 92.7vh; |
|
|
|
border-right: 5px solid rgb(229, 235, 240); |
|
|
|
min-width: fit-content; |
|
|
|
} |
|
|
|
.right { |
|
|
|
flex: 1; |
|
|
|
overflow: auto; |
|
|
|
} |
|
|
|
.top { |
|
|
|
height: 46vh; |
|
|
|
border-bottom: 5px solid rgb(229, 235, 240); |
|
|
|