fix style

This commit is contained in:
syuilo 2021-07-28 14:46:25 +09:00
parent 1bec25e8e6
commit 998936651a
2 changed files with 3 additions and 8 deletions

View file

@ -5,7 +5,7 @@
<XHeader class="title" :info="pageInfo" :with-back="false" :center="false"/>
<button class="_button" @click="close()"><i class="fas fa-times"></i></button>
</header>
<component :is="component" v-bind="props" :ref="changePage"/>
<component :is="component" v-bind="props" :ref="changePage" class="_flat_"/>
</div>
</template>