Skip to content

Commit 9a977b8

Browse files
committed
fix: 修复租户编码显示时,登录框下边框消失问题
1 parent 4a566c9 commit 9a977b8

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

src/types/components.d.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ declare module 'vue' {
5656
RouterLink: typeof import('vue-router')['RouterLink']
5757
RouterView: typeof import('vue-router')['RouterView']
5858
SecondForm: typeof import('./../components/GenCron/CronForm/component/second-form.vue')['default']
59-
SelectTenant: typeof import('./../components/SelectTenant/index.vue')['default']
6059
SplitPanel: typeof import('./../components/SplitPanel/index.vue')['default']
6160
TextCopy: typeof import('./../components/TextCopy/index.vue')['default']
6261
UserSelect: typeof import('./../components/UserSelect/index.vue')['default']

src/views/login/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ onMounted(() => {
371371
&-box {
372372
width: 86%;
373373
max-width: 850px;
374-
height: 490px;
375374
display: flex;
376375
z-index: 999;
377376
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);

src/views/login/pwdExpired/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ const logo = computed(() => appStore.getLogo())
247247
&-box {
248248
width: 86%;
249249
max-width: 850px;
250-
height: 490px;
251250
display: flex;
252251
z-index: 999;
253252
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.08);

0 commit comments

Comments
 (0)