parent
98554579ea
commit
ef0b97b2dc
|
@ -35,7 +35,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #label>{{ i18n.ts.target }}: <MkAcct :user="report.targetUser"/></template>
|
<template #label>{{ i18n.ts.target }}: <MkAcct :user="report.targetUser"/></template>
|
||||||
<template #suffix>#{{ report.targetUserId.toUpperCase() }}</template>
|
<template #suffix>#{{ report.targetUserId.toUpperCase() }}</template>
|
||||||
|
|
||||||
<div style="container-type: inline-size;">
|
<div style="height: 300px; --MI-stickyTop: 0; --MI-stickyBottom: 0;">
|
||||||
<RouterView :router="targetRouter"/>
|
<RouterView :router="targetRouter"/>
|
||||||
</div>
|
</div>
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
@ -53,7 +53,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
<template #label>{{ i18n.ts.reporter }}: <MkAcct :user="report.reporter"/></template>
|
<template #label>{{ i18n.ts.reporter }}: <MkAcct :user="report.reporter"/></template>
|
||||||
<template #suffix>#{{ report.reporterId.toUpperCase() }}</template>
|
<template #suffix>#{{ report.reporterId.toUpperCase() }}</template>
|
||||||
|
|
||||||
<div style="container-type: inline-size;">
|
<div style="height: 300px; --MI-stickyTop: 0; --MI-stickyBottom: 0;">
|
||||||
<RouterView :router="reporterRouter"/>
|
<RouterView :router="reporterRouter"/>
|
||||||
</div>
|
</div>
|
||||||
</MkFolder>
|
</MkFolder>
|
||||||
|
|
Loading…
Reference in New Issue