diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-17 04:26:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-17 04:26:59 +0300 |
| commit | 7ae855e7c939560aa9f42616b3796da392a87dc5 (patch) | |
| tree | 2146397e10317b5d8bec29aad016decf4b8d1699 /web/html/xui/settings.html | |
| parent | b9307c6c9c26c7d87819ef60c18eccce134f09ea (diff) | |
chore: some improvements (#2782)
* chore: improve outbound link input
* chore: ui improvement
Diffstat (limited to 'web/html/xui/settings.html')
| -rw-r--r-- | web/html/xui/settings.html | 2 |
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> |
