From 42a48cdbbed275537b8dac0f252e5ad9cb9e5c86 Mon Sep 17 00:00:00 2001 From: 鲁班七号 <9159450+luban-71@user.noreply.gitee.com> Date: 星期六, 22 七月 2023 10:40:53 +0800 Subject: [PATCH] 已登录状态直接访问首页空白bug修复 --- src/views/login/index.vue | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 83b99bb..323ef0d 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,7 +1,6 @@ <template> <div class="login-container"> <div v-title :data-title="titleName" class="main"/> - <div class="left-container"> <div class="login_title"></div> <div v-if="action==='login'" class="login-component"> @@ -459,7 +458,7 @@ .money{ font-size: 22px; font-weight: bolder; - color: #409EFF; + color: #034ea2; } } } @@ -476,7 +475,7 @@ font-size: 22px; font-weight: bolder; display: block; - color: #409EFF; + color: #034ea2; margin-bottom: 6px; } div{ @@ -606,4 +605,3 @@ margin:auto; } </style> - -- Gitblit v1.9.2