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 {
flex: 1;
overflow: hidden;
// background-color: #fff;
// display: flex;
display: flex;
> * {
flex: 1;
}
}
}
}

View File

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