@@ -44,6 +44,7 @@ const router = useRouter()
</script>
<style lang="scss" scoped>
.login {
+ min-width: 350px;
width: 100%;
height: 100%;
display: flex;
@@ -1,11 +1,12 @@
<template>
- <div>创建</div>
+ <div class="roomCreate">
+ 创建
+ </div>
</template>
<script setup lang='ts'>
-
-<style>
+<style lang="scss" scoped>
</style>