fix(client): ZenUIでポップアップの表示位置がおかしい問題を修正
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<template>
|
||||
<div :class="$style.root" style="container-type: inline-size;">
|
||||
<RouterView/>
|
||||
<div :class="$style.root">
|
||||
<div style="container-type: inline-size;">
|
||||
<RouterView/>
|
||||
</div>
|
||||
|
||||
<XCommon/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user