diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 8dee4bf2..fdcb4b52 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -13,6 +13,9 @@ margin-inline: 0.3rem; } } + .ant-statistic-content { + font-size: 18px; + } .ant-col-sm-24 { margin-top: 10px; } @@ -120,18 +123,6 @@ @@ -566,7 +569,7 @@ spinning: false, loadingTip: '{{ i18n "loading"}}', showAlert: false, - showIp: false, + showIp: true, }, methods: { loading(spinning, tip = '{{ i18n "loading"}}') { @@ -700,4 +703,4 @@ }); - + \ No newline at end of file