Skip to content

Commit 5ea6b4a

Browse files
committed
fix: logo style in login page is affected by the globally-imported antd styles
* 修复登录页左上角LOGO部分的文字在全局导入antd样式的时候位置不正确的问题
1 parent a53ca3f commit 5ea6b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/effects/layouts/src/authentication/authentication.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const { authPanelCenter, authPanelLeft, authPanelRight, isDark } =
6666
class="text-foreground lg:text-foreground ml-4 mt-4 flex flex-1 items-center sm:left-6 sm:top-6"
6767
>
6868
<img v-if="logo" :alt="appName" :src="logo" class="mr-2" width="42" />
69-
<p v-if="appName" class="text-xl font-medium">
69+
<p v-if="appName" class="m-0 text-xl font-medium">
7070
{{ appName }}
7171
</p>
7272
</div>

0 commit comments

Comments
 (0)