From a39d64fcb14736d82678f8c7f8272eaa6e652a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=83=E9=9A=A8=E7=B7=A3=E5=8B=95?= Date: Mon, 8 Sep 2025 16:12:18 +0800 Subject: [PATCH] v2.7.1 --- web/html/inbounds.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/html/inbounds.html b/web/html/inbounds.html index ec628586..d6c0b8f9 100644 --- a/web/html/inbounds.html +++ b/web/html/inbounds.html @@ -774,8 +774,8 @@ const innerColumns = [ { title: '{{ i18n "pages.inbounds.operate" }}', width: 65, scopedSlots: { customRender: 'actions' } }, - { title: '{{ i18n "pages.inbounds.enable" }}', width: 30, scopedSlots: { customRender: 'enable' } }, - { title: '{{ i18n "online" }}', width: 30, scopedSlots: { customRender: 'online' } }, + { title: '{{ i18n "pages.inbounds.enable" }}', width: 35, scopedSlots: { customRender: 'enable' } }, + { title: '{{ i18n "online" }}', width: 35, scopedSlots: { customRender: 'online' } }, { title: '{{ i18n "pages.inbounds.client" }}', width: 80, scopedSlots: { customRender: 'client' } }, { title: '{{ i18n "pages.inbounds.traffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'traffic' } }, { title: '{{ i18n "pages.inbounds.allTimeTraffic" }}', width: 80, align: 'center', scopedSlots: { customRender: 'allTime' } },