This commit is contained in:
李志鹏
2026-04-09 13:48:46 +08:00
parent 3a7ba636f2
commit 5e1d43b5a0
4 changed files with 159 additions and 100 deletions

View File

@@ -115,14 +115,17 @@ const { showDrafts } = toRefs(data);
</template>
<style lang="less" scoped>
.listings{
flex: 1;
position: relative;
position: absolute;
width: 100%;
height: 100%;
display: flex;
gap: 2rem;
.listingsBox{
background-color: #f9fafa;
border-radius: 2rem;
flex: 1;
position: relative;
// overflow: hidden;
display: flex;
.box{
width: 100%;

View File

@@ -73,7 +73,7 @@ const {} = toRefs(data);
> .content {
margin-top: 2rem;
flex: 1;
display: flex;
position: relative;
}
}
</style>