mirror of
https://gitee.com/wanwujie/sub2api
synced 2026-05-05 05:30:44 +08:00
fix(ui): widen notify type dropdown to show % fully, align quota input widths
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user