|
@ -18,6 +18,13 @@ export function clientTable(app: App<Element>) { |
|
|
el.firstChild.style.height = '100%' |
|
|
el.firstChild.style.height = '100%' |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
}) |
|
|
|
|
|
app.directive('clientTable450', (el, binding) => { |
|
|
|
|
|
nextTick(() => { |
|
|
|
|
|
el.style.height = '450px' |
|
|
|
|
|
el.firstChild.style.height = '100%' |
|
|
|
|
|
}) |
|
|
|
|
|
}) |
|
|
|
|
|
|
|
|
app.directive('clientSearchTable', (el, binding) => { |
|
|
app.directive('clientSearchTable', (el, binding) => { |
|
|
nextTick(() => { |
|
|
nextTick(() => { |
|
|
const top = el.getBoundingClientRect().top |
|
|
const top = el.getBoundingClientRect().top |
|
|