From 09f4f09b846761d5086d1eba1eacce0a2584e1ba Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Wed, 6 May 2026 10:06:56 +0200 Subject: [PATCH] fix design --- web/html/inbounds.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/inbounds.html b/web/html/inbounds.html index e0a80b2b..2c81e0da 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -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" .}}