style: 布局样式优化

This commit is contained in:
kailong321200875 2023-04-18 18:08:36 +08:00
parent 6851c0bd06
commit 962689a8bd
2 changed files with 2 additions and 1 deletions

View File

@ -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="/"
>

View File

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