@ -18,6 +18,13 @@ export function clientTable(app: App<Element>) {
el.firstChild.style.height = '100%'
})
app.directive('clientTable450', (el, binding) => {
nextTick(() => {
el.style.height = '450px'
app.directive('clientSearchTable', (el, binding) => {
const top = el.getBoundingClientRect().top
@ -68,9 +68,9 @@
v-model="mesModelVisible"
width="80%"
:scroll="true"
max-height="450px"
max-height="500px"
>
<Table
<Table v-clientTable450
:columns="ProductreceiptDetailb.allSchemas.tableColumns"
:data="detatableDataMes.tableList"
:loading="detatableDataMes.loading"