fix: 修复租户编码显示时,登录框下边框消失问题

This commit is contained in:
2025-07-22 00:11:48 +08:00
parent 4a566c972b
commit 9a977b8cbb
3 changed files with 0 additions and 3 deletions

View File

@@ -371,7 +371,6 @@ onMounted(() => {
&-box {
width: 86%;
max-width: 850px;
height: 490px;
display: flex;
z-index: 999;
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);

View File

@@ -247,7 +247,6 @@ const logo = computed(() => appStore.getLogo())
&-box {
width: 86%;
max-width: 850px;
height: 490px;
display: flex;
z-index: 999;
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);