style: 布局样式优化

master
kailong321200875 3 years ago
parent 6851c0bd06
commit 962689a8bd

@ -60,7 +60,7 @@ watch(
:class="[
prefixCls,
layout !== 'classic' ? `${prefixCls}__Top` : '',
'flex !h-[var(--logo-height)] items-center cursor-pointer pl-8px relative decoration-none'
'flex !h-[var(--logo-height)] items-center cursor-pointer pl-8px relative decoration-none overflow-hidden'
]"
to="/"
>

@ -93,6 +93,7 @@ const toLogin = () => {
@prefix-cls: ~'@{namespace}-login';
.@{prefix-cls} {
overflow: auto;
&__left {
&::before {
position: absolute;

Loading…
Cancel
Save