style: 布局样式优化
This commit is contained in:
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…
Reference in New Issue