mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
parent
eaca3f2de0
commit
24ef749842
@ -92,8 +92,12 @@ style attribute {
|
||||
}
|
||||
.ant-table-body {
|
||||
overflow-x: auto !important;
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
tr.ant-table-expanded-row td>.ant-table-wrapper {
|
||||
margin: -12px -16px -13px;
|
||||
}
|
||||
|
||||
.ant-card-hoverable {
|
||||
cursor: auto;
|
||||
cursor: pointer;
|
||||
|
@ -423,7 +423,7 @@
|
||||
:columns="isMobile ? innerMobileColumns : innerColumns"
|
||||
:data-source="getInboundClients(record)"
|
||||
:pagination=pagination(getInboundClients(record))
|
||||
:style="isMobile ? 'margin: -16px -5px -17px;' : 'margin-left: 10px;'">
|
||||
:style="isMobile ? 'margin: -12px -5px -13px;' : 'margin-left: 10px;'">
|
||||
{{template "client_table"}}
|
||||
</a-table>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user