fix(ui): widen notify type dropdown to show % fully, align quota input widths

This commit is contained in:
erio
2026-04-13 18:23:20 +08:00
parent 216bda58da
commit e27335acdd
3 changed files with 54 additions and 111 deletions

View File

@@ -42,7 +42,7 @@ const emit = defineEmits<{
<select
:value="thresholdType || 'fixed'"
@change="emit('update:thresholdType', ($event.target as HTMLSelectElement).value)"
class="input py-1 text-xs w-16 flex-shrink-0 text-center"
class="input py-1 text-xs w-[4.5rem] flex-shrink-0 text-center"
>
<option value="fixed">$</option>
<option value="percentage">%</option>