Skip to content

Commit 962689a

Browse files
style: 布局样式优化
1 parent 6851c0b commit 962689a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Logo/src/Logo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ watch(
6060
:class="[
6161
prefixCls,
6262
layout !== 'classic' ? `${prefixCls}__Top` : '',
63-
'flex !h-[var(--logo-height)] items-center cursor-pointer pl-8px relative decoration-none'
63+
'flex !h-[var(--logo-height)] items-center cursor-pointer pl-8px relative decoration-none overflow-hidden'
6464
]"
6565
to="/"
6666
>

src/views/Login/Login.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const toLogin = () => {
9393
@prefix-cls: ~'@{namespace}-login';
9494
9595
.@{prefix-cls} {
96+
overflow: auto;
9697
&__left {
9798
&::before {
9899
position: absolute;

0 commit comments

Comments
 (0)