fix(client): Fix style

This commit is contained in:
syuilo 2020-07-12 00:17:30 +09:00
parent adf4f5410a
commit 11f8d742eb

View file

@ -1,5 +1,5 @@
<template>
<div class="xcukqgmh _panel">
<div class="xcukqgmh">
<portal to="avatar" v-if="page"><mk-avatar class="avatar" :user="page.user" :disable-preview="true"/></portal>
<portal to="title" v-if="page">{{ page.title || page.name }}</portal>