From 063309dbb70723e2087209f76a4dcdfed886f78d Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sat, 5 Aug 2023 17:41:20 +0200 Subject: [PATCH] [front] better table design --- web/html/xui/inbounds.html | 31 ++++++++++++++++++++----------- 1 file changed, 20 insertions(+), 11 deletions(-) diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html index cd9cd054..8124e55a 100644 --- a/web/html/xui/inbounds.html +++ b/web/html/xui/inbounds.html @@ -11,6 +11,9 @@ .ant-col-sm-24 { margin-top: 10px; } + tr.hideExpandIcon .ant-table-row-expand-icon { + display: none; + } @@ -121,8 +124,12 @@