mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-02-05 15:29:35 +08:00
Optimize: QuickStartFlow.vue max-height
This commit is contained in:
parent
2c8794065c
commit
6a38095713
@ -72,7 +72,7 @@ const handleNext = (key: string) => {
|
||||
<a-typography-title :level="5" class="mb-24">
|
||||
{{ formData.title }}
|
||||
</a-typography-title>
|
||||
<div>
|
||||
<div style="max-height: 400px; overflow-x: hidden">
|
||||
<a-row :gutter="[12, 12]">
|
||||
<fade-up-animation>
|
||||
<action-button
|
||||
|
Loading…
Reference in New Issue
Block a user