mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-05-13 09:36:05 +00:00
fix design
This commit is contained in:
parent
3313086071
commit
09f4f09b84
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@
|
|||
:data-source="getInboundClients(record)"
|
||||
:pagination=pagination(getInboundClients(record))
|
||||
:scroll="isMobile ? {} : { x: 'max-content' }"
|
||||
:style="{ margin: `-10px ${isMobile ? '2px' : '22px'} -11px` }">
|
||||
:style="{ margin: `-10px ${isMobile ? '2px' : '22px'} -21px` }">
|
||||
{{template "component/aClientTable" .}}
|
||||
</a-table>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue