Zlpt_Portal/src/views/Login.vue

13 lines
218 B
Vue
Raw Normal View History

2023-12-04 09:12:38 +08:00
<script setup lang="ts"></script>
<template>
<div class="login-container">登录页</div>
</template>
<style>
.login-container {
height: 100vh;
/* background-color: skyblue; */
}
</style>