diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index d13af57e..7ccada90 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -377,7 +377,7 @@ <template #title>{{ i18n "pages.settings.tgNotifyCpu" }}</template> <template #description>{{ i18n "pages.settings.tgNotifyCpuDesc" }}</template> <template #control> - <a-input-number :min="0" :min="100" v-model="allSetting.tgCpu"></a-switch> + <a-input-number :min="0" :min="100" v-model="allSetting.tgCpu" style="width: 100%;"></a-switch> </template> </a-setting-list-item> </a-collapse-panel>