This commit is contained in:
2026-02-05 15:26:34 +08:00
parent 1cbfc85a5d
commit 3001ca8a9d
2 changed files with 8 additions and 7 deletions

View File

@@ -31,8 +31,10 @@
> .bottom-view { > .bottom-view {
flex: 1; flex: 1;
overflow: hidden; overflow: hidden;
// background-color: #fff; display: flex;
// display: flex; > * {
flex: 1;
}
} }
} }
} }

View File

@@ -1,6 +1,6 @@
<template> <template>
<div class="test"> <div class="test">
<p>老八秘制小汉堡 - {{ id }}</p> <p>Conversation Item - {{ id }}</p>
</div> </div>
</template> </template>
@@ -13,10 +13,9 @@
<style lang="less" scoped> <style lang="less" scoped>
.test { .test {
flex: 1; margin: 2rem;
margin: 10px; border-radius: 2rem;
border-radius: 10px; background-color: rgb(242, 130, 90);
// background-color: rgb(242, 130, 90);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;