chore: ui improvement

This commit is contained in:
Shishkevich D. 2025-03-16 16:00:06 +00:00
parent a76898577f
commit 1a136ca7a8

View file

@ -377,7 +377,7 @@
<template #title>{{ i18n "pages.settings.tgNotifyCpu" }}</template> <template #title>{{ i18n "pages.settings.tgNotifyCpu" }}</template>
<template #description>{{ i18n "pages.settings.tgNotifyCpuDesc" }}</template> <template #description>{{ i18n "pages.settings.tgNotifyCpuDesc" }}</template>
<template #control> <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> </template>
</a-setting-list-item> </a-setting-list-item>
</a-collapse-panel> </a-collapse-panel>