This commit is contained in:
2025-10-14 21:53:49 +08:00
2 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="container">
<view class="w-full h-screen">
<ChatMainList />
</view>
@@ -61,10 +61,4 @@ onUnmounted(() => {
});
</script>
<style lang="scss" scoped>
.container {
width: 100vw;
height: 100vh;
background-color: $uni-bg-color;
}
</style>
<style lang="scss" scoped></style>

View File

@@ -0,0 +1,3 @@
.h-screen {
height: 100vh;
}