修改图片上传组件,优化架构
zk authored at 2024-01-02 15:27:59
365.00 B
NewLife.QuickVue
<template>
	<div class="w-full h-full p-3">
		<div class="w-full h-full bg-white flex flex-col justify-center items-center">
			<p class="text-4xl font-bold mb-10">欢迎使用</p>
			<img src="../../assets/login-icon-two.svg" class="w-2/5" alt="">
		</div>
	</div>
</template>

<script setup lang="ts" name="home">

</script>

<style scoped lang="scss">

</style>