Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/xui/settings.html')
-rw-r--r--web/html/xui/settings.html2
1 files changed, 1 insertions, 1 deletions
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>