2024-01-19 16:06:54 +08:00

16 lines
350 B
Vue

<template>
<!--版权-->
<div class="w-full h-12 flex items-center justify-center bg-gray-700 text-gray-400">
<div class="flex space-x-10">
<div>
ICP备案
</div>
<div>
公安备案
</div>
<div>
Copyright (C) 2023 xxx Group All Right Services.
</div>
</div>
</div>
</template>