Add Carousel and MovieCard components

This commit is contained in:
2020-10-04 23:39:24 +02:00
parent e93f821a27
commit 9bc674cb28
8 changed files with 270 additions and 106 deletions

View File

@@ -3,7 +3,7 @@
<TheHeader />
<a-layout-content>
<a-row type="flex" align="middle" justify="center" style="height: 100%;">
<a-col :span="12">
<a-col :xs="18" :md="12" :lg="8">
<SearchInput />
</a-col>
</a-row>