frontend/src/views/layout/Header.vue
timerzz a1d7b53258
Some checks failed
Build image / build (push) Failing after 5m7s
feat 重构watcher
2024-11-30 20:26:38 +08:00

17 lines
355 B
Vue

<template>
<div class="h-[100px] shadow-lg flex items-center justify-between px-12 py-4 z-10">
<div class="flex space-x-4 items-center">
<img class="h-[60px]" src="@/assets/logo.png" alt="">
<div class="text-[24px] font-bold">
可达鸭海淘蹲货
</div>
</div>
</div>
</template>
<script setup>
</script>
<style scoped>
</style>