Update custom.css (#1310)

* Update custom.css

* Update custom.css
This commit is contained in:
Tara Rostami 2023-12-10 20:35:15 +03:30 committed by MHSanaei
parent eaca3f2de0
commit 24ef749842
2 changed files with 6 additions and 2 deletions

View File

@ -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;

View File

@ -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>