🎨
This commit is contained in:
		| @@ -10,7 +10,7 @@ | ||||
| 			</span> | ||||
| 			<button class="_button" @click="$refs.modal.close()"><i class="ti ti-x"></i></button> | ||||
| 		</div> | ||||
| 		<div class="body"> | ||||
| 		<div class="body" style="container-type: inline-size;"> | ||||
| 			<MkStickyContainer> | ||||
| 				<template #header><MkPageHeader v-if="pageMetadata?.value && !pageMetadata?.value.hideHeader" :info="pageMetadata?.value"/></template> | ||||
| 				<RouterView :router="router"/> | ||||
|   | ||||
| @@ -17,7 +17,7 @@ | ||||
| 		</template> | ||||
| 	</template> | ||||
|  | ||||
| 	<div class="yrolvcoq" :style="{ background: pageMetadata?.value?.bg }"> | ||||
| 	<div class="yrolvcoq" :style="{ background: pageMetadata?.value?.bg }" style="container-type: inline-size;"> | ||||
| 		<RouterView :router="router"/> | ||||
| 	</div> | ||||
| </XWindow> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo