更新登录页面和访问图标

main
GaoF 2024-08-13 09:23:10 +08:00
parent be3e482df7
commit 497e1fa1c1
5 changed files with 15 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 480 KiB

View File

@ -179,14 +179,14 @@
height: 60px;
padding-left: 56px;
width: 100%;
background: -webkit-gradient(
linear,
right top,
left top,
from(rgba(67, 147, 250, 0.5)),
to(rgba(133, 182, 252, 0.5))
);
background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
//background: -webkit-gradient(
// linear,
// right top,
// left top,
// from(rgba(67, 147, 250, 0.5)),
// to(rgba(133, 182, 252, 0.5))
//);
//background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
display: flex;
align-items: center;
}

View File

@ -20,7 +20,7 @@
overflow: hidden;
background-size: cover;
background-position: center;
background-image: url(/img/login_background.png);
background-image: url('@/assets/images/login_home.jpg');
position: relative;
}
.login_background_front {
@ -130,7 +130,7 @@
height: 60px;
padding-left: 56px;
width: 100%;
background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
//background: linear-gradient(120deg, rgb(255 255 255 / 90%), rgba(255, 255, 255, 0));
display: flex;
align-items: center;
}

View File

@ -2,7 +2,7 @@
<div class="login-wrapper">
<div class="login_background">
<div class="logo_background">
<a
<!-- <a
:class="{ 'no-link': !sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL }"
:href="sysBaseConfig.SNOWY_SYS_COPYRIGHT_URL"
target="_blank"
@ -10,7 +10,7 @@
>
<img :alt="sysBaseConfig.SNOWY_SYS_NAME" :src="sysBaseConfig.SNOWY_SYS_LOGO" />
<label>{{ sysBaseConfig.SNOWY_SYS_NAME }}</label>
</a>
</a>-->
</div>
<div class="version">
<p>{{ sysBaseConfig.SNOWY_SYS_DEFAULT_DESCRRIPTION }}</p>
@ -99,11 +99,11 @@
</a-form-item>
</a-form>
</a-tab-pane>
<a-tab-pane key="userSms" :tab="$t('login.phoneSms')" force-render>
<!-- <a-tab-pane key="userSms" :tab="$t('login.phoneSms')" force-render>
<phone-login-form />
</a-tab-pane>
</a-tab-pane>-->
</a-tabs>
<three-login />
<!-- <three-login />-->
</a-card>
</div>
</div>