Files
cdTestPlant3/cdTMP/src/views/dashboard/workplace/components/cpns/st-cdtestmanage-info.vue
2023-06-08 21:09:28 +08:00

30 lines
1.6 KiB
Vue

<template>
<div class="w-full lg:w-3/12 ma-content-block rounded-sm ml-0 lg:ml-3 p-3 mt-3">
<div class="flex">成都测试管理平台相关</div>
<div class="block lg:grid lg:grid-cols-2 lg:gap-1 mt-3">
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">仓库地址</a-button>
</a-card>
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">Gitee地址</a-button>
</a-card>
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">仓库地址</a-button>
</a-card>
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">Gitee地址</a-button>
</a-card>
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">仓库地址</a-button>
</a-card>
<a-card type="rounded-sm text-center" class="w-full" :body-style="{ padding: 0 }" :bordered="false">
<a-button type="outline" class="w-full">Gitee地址</a-button>
</a-card>
</div>
</div>
</template>
<script setup></script>
<style lang="less" scoped></style>