111
This commit is contained in:
@@ -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%;
|
||||
|
||||
@@ -73,7 +73,7 @@ const {} = toRefs(data);
|
||||
> .content {
|
||||
margin-top: 2rem;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user