diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-10 20:05:15 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-12-10 20:13:25 +0300 |
| commit | 24ef7498422bedc73661ea9ebd1300ec12ac681d (patch) | |
| tree | 676f5dcec79a2d21d3fed591378c1aed6e1fb246 | |
| parent | eaca3f2de07046239109df7e3340fc02268bc624 (diff) | |
Update custom.css (#1310)
* Update custom.css
* Update custom.css
| -rw-r--r-- | web/assets/css/custom.css | 6 | ||||
| -rw-r--r-- | web/html/xui/inbounds.html | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index dccc3696..837ca739 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -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; diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index 7b655543..00d647f1 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -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> |
