mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-embeded.git
synced 2025-06-24 21:44:12 +08:00
20 lines
484 B
Vue
20 lines
484 B
Vue
![]() |
<template>
|
||
|
<div class="pt-4 pl-4 pb-4 pr-0">
|
||
|
<div class="md:flex flex-wrap">
|
||
|
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
|
||
|
</div>
|
||
|
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
|
||
|
</div>
|
||
|
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
|
||
|
</div>
|
||
|
<div class="md:w-1/2 w-full !md:mt-4 pr-4 enter-y">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|
||
|
<script lang="ts" setup>
|
||
|
defineOptions({
|
||
|
name: 'AUTH_DASHBOARD'
|
||
|
})
|
||
|
</script>
|