forked from FoundKeyGang/FoundKey
fix(client): Fix style
This commit is contained in:
parent
adf4f5410a
commit
11f8d742eb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<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="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>
|
<portal to="title" v-if="page">{{ page.title || page.name }}</portal>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue