Update inbounds.html

This commit is contained in:
Tara Rostami 2023-12-10 21:39:55 +03:30 committed by GitHub
parent 7051b68372
commit 4c5e12869a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -423,7 +423,7 @@
:columns="isMobile ? innerMobileColumns : innerColumns"
:data-source="getInboundClients(record)"
:pagination=pagination(getInboundClients(record))
:style="isMobile ? 'margin: -12px -5px -13px;' : 'margin-left: 10px;'">
style="margin: -12px -6px -13px;">
{{template "client_table"}}
</a-table>
</template>