소스 검색

fix design

MHSanaei 1 일 전
부모
커밋
09f4f09b84
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/html/inbounds.html

+ 1 - 1
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" .}}
                       </a-table>
                     </template>