fix(client): ZenUIでポップアップの表示位置がおかしい問題を修正
This commit is contained in:
parent
2606167f0d
commit
eacc90debc
3 changed files with 9 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<div :class="showBottom ? $style.rootWithBottom : $style.root" style="container-type: inline-size;">
|
||||
<RouterView/>
|
||||
<div :class="showBottom ? $style.rootWithBottom : $style.root">
|
||||
<div style="container-type: inline-size;">
|
||||
<RouterView/>
|
||||
</div>
|
||||
|
||||
<XCommon/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue