perf: cookie值录入框高度调整
This commit is contained in:
@ -406,8 +406,8 @@ export default {
|
|||||||
v-model={form.value.cookie}
|
v-model={form.value.cookie}
|
||||||
placeholder="请输入..."
|
placeholder="请输入..."
|
||||||
size="large"
|
size="large"
|
||||||
max-length={72}
|
max-length={500}
|
||||||
auto-size={{ minRows: 3, maxRows: 5 }}
|
auto-size={{ minRows: 5, maxRows: 8 }}
|
||||||
/>
|
/>
|
||||||
</FormItem>
|
</FormItem>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user