diff --git a/web/html/xui/inbounds.html b/web/html/xui/inbounds.html
index 8bbc440d..79326ca2 100644
--- a/web/html/xui/inbounds.html
+++ b/web/html/xui/inbounds.html
@@ -452,22 +452,22 @@
title: "ID",
align: 'right',
dataIndex: "id",
- width: 40,
+ width: 30,
responsive: ["xs"],
}, {
title: '{{ i18n "pages.inbounds.operate" }}',
align: 'center',
- width: 40,
+ width: 30,
scopedSlots: { customRender: 'action' },
}, {
title: '{{ i18n "pages.inbounds.enable" }}',
align: 'center',
- width: 40,
+ width: 30,
scopedSlots: { customRender: 'enable' },
}, {
title: '{{ i18n "pages.inbounds.remark" }}',
align: 'center',
- width: 80,
+ width: 60,
dataIndex: "remark",
}, {
title: '{{ i18n "pages.inbounds.port" }}',
@@ -477,7 +477,7 @@
}, {
title: '{{ i18n "pages.inbounds.protocol" }}',
align: 'left',
- width: 90,
+ width: 70,
scopedSlots: { customRender: 'protocol' },
}, {
title: '{{ i18n "clients" }}',
@@ -492,7 +492,7 @@
}, {
title: '{{ i18n "pages.inbounds.expireDate" }}',
align: 'center',
- width: 60,
+ width: 40,
scopedSlots: { customRender: 'expiryTime' },
}];