navbar projectcard 页面稍优化

This commit is contained in:
妖姐 2024-03-15 16:39:24 +08:00
parent c80aa556ae
commit 80285ad12c

View File

@ -27,7 +27,7 @@
<template v-if="projects.length === 0"> <template v-if="projects.length === 0">
<!-- 数据为空时的提示信息 --> <!-- 数据为空时的提示信息 -->
<div class="w-full h-[80vh] bg-white "> <div class="w-full h-[80vh] ">
<img src="../../../public/33.png" class="w-[300px] h-[300px] mt-[20vh] ml-[40vw]"> <img src="../../../public/33.png" class="w-[300px] h-[300px] mt-[20vh] ml-[40vw]">
</div> </div>
</template> </template>