chore: some improvements (#2782)

* chore: improve outbound link input

* chore: ui improvement
This commit is contained in:
Shishkevich D.
2025-03-17 08:26:59 +07:00
committed by GitHub
parent b9307c6c9c
commit 7ae855e7c9
14 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -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>