获取子模块页面样式完善2
This commit is contained in:
parent
187d201205
commit
a9b48a7886
|
@ -11,10 +11,10 @@
|
|||
<button class="rounded-lg bg-red-500 hover:bg-red-600 p-1.5 text-white" @click="showAddModal">新增子模块</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class=" flex w-4/5 justify-center h-auto ml-24">
|
||||
<div class="flex flex-wrap container justify-center">
|
||||
<div class="flex h-auto ml-24">
|
||||
<div class="flex w-4/5 flex-wrap container">
|
||||
<div v-for="(ChildModule, index) in ChildModules" :key="index" class="p-4 w-1/3" >
|
||||
<a-card class="relative w-2/3 bg-blue-400 lg:h-36 md:h-24 text-white rounded-xl">
|
||||
<a-card class="relative w-4/5 bg-blue-400 lg:h-36 md:h-24 text-white rounded-xl">
|
||||
<div class="flex space-x-9">
|
||||
<p class="absolute lg:left-4 md:left-0 top-4">{{ChildModule.name}}</p>
|
||||
<p class="absolute right-4 top-4">负责人: {{ChildModule.principalId }}</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user