fix
This commit is contained in:
parent
ee83b5b1a3
commit
8491a757bc
|
@ -1,18 +1,12 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<MkStickyContainer>
|
||||||
ref="rootEl"
|
|
||||||
class="_section"
|
|
||||||
@dragover.prevent.stop="onDragover"
|
|
||||||
@drop.prevent.stop="onDrop"
|
|
||||||
>
|
|
||||||
<div class="_content mk-messaging-room">
|
|
||||||
<template #header
|
<template #header
|
||||||
><MkPageHeader
|
><MkPageHeader
|
||||||
:actions="headerActions"
|
:actions="headerActions"
|
||||||
:tabs="headerTabs"
|
:tabs="headerTabs"
|
||||||
:display-back-button="true"
|
:display-back-button="true"
|
||||||
/></template>
|
/></template>
|
||||||
<MkSpacer :content-max="800">
|
<MkSpacer :content-max="800" class="mk-messaging-room">
|
||||||
<div class="body">
|
<div class="body">
|
||||||
<MkPagination
|
<MkPagination
|
||||||
v-if="pagination"
|
v-if="pagination"
|
||||||
|
@ -93,8 +87,7 @@
|
||||||
/>
|
/>
|
||||||
</footer>
|
</footer>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
</div>
|
</MkStickyContainer>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
|
@ -362,9 +355,6 @@ XMessage:last-of-type {
|
||||||
}
|
}
|
||||||
|
|
||||||
.mk-messaging-room {
|
.mk-messaging-room {
|
||||||
position: relative;
|
|
||||||
overflow: auto;
|
|
||||||
|
|
||||||
> .body {
|
> .body {
|
||||||
.more {
|
.more {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue