调整
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user