mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-02 01:10:23 +08:00
Reduce endpoint rules JSON editor height
This commit is contained in:
@@ -306,7 +306,7 @@
|
||||
>
|
||||
<Textarea
|
||||
:model-value="getEndpointRulesJsonDraft(endpoint)"
|
||||
class="min-h-[360px] font-mono text-xs leading-relaxed"
|
||||
class="min-h-[220px] font-mono text-xs leading-relaxed"
|
||||
spellcheck="false"
|
||||
placeholder="{ "header_rules": [], "body_rules": [], "response_header_rules": [] }"
|
||||
@update:model-value="(value) => updateEndpointRulesJsonDraft(endpoint.id, value)"
|
||||
|
||||
Reference in New Issue
Block a user