布局
This commit is contained in:
parent
c1faa8ac90
commit
b864cc7663
|
@ -19,8 +19,8 @@
|
|||
</div>
|
||||
<a-button class="w-36">子系统文档</a-button>
|
||||
</div>
|
||||
<div class="flex flex-wrap justify-start space-x-5 space-y-12 container">
|
||||
<div v-for="(ChildSystem, index) in ChildSystems" :key="index" class="flex flex-row justify-start space-x-5">
|
||||
<div class="flex flex-wrap justify-start container">
|
||||
<div v-for="(ChildSystem, index) in ChildSystems" :key="index" class="mr-10 mb-8 flex flex-row justify-start space-x-5">
|
||||
<a-card class="transition-transform transform-gpu hover:scale-105 relative w-[260px] h-[300px] bg-cover bg-center bg-[url('@/assert/images/img44.jpg')]" @mouseleave="showButton[index]=false" @mouseover="showButton[index]=true">
|
||||
<div class="flex absolute left-0 bottom-0 min-h-[30%] w-full bg-white">
|
||||
<div class="flex flex-col">
|
||||
|
|
Loading…
Reference in New Issue
Block a user