mirror of
https://gitee.com/huangge1199_admin/vue-pro.git
synced 2024-11-27 01:32:03 +08:00
style: fix logo center
This commit is contained in:
parent
0ae9d179d2
commit
404ac293cb
@ -59,7 +59,7 @@ watch(
|
|||||||
:class="[
|
:class="[
|
||||||
prefixCls,
|
prefixCls,
|
||||||
layout !== 'classic' ? `${prefixCls}__Top` : '',
|
layout !== 'classic' ? `${prefixCls}__Top` : '',
|
||||||
'flex !h-[var(--logo-height)] items-center cursor-pointer pl-8px relative',
|
'flex !h-[var(--logo-height)] items-center cursor-pointer justify-center relative',
|
||||||
'dark:bg-[var(--el-bg-color)]'
|
'dark:bg-[var(--el-bg-color)]'
|
||||||
]"
|
]"
|
||||||
to="/"
|
to="/"
|
||||||
|
Loading…
Reference in New Issue
Block a user