Browse Source

fix: style chenge

master
wangxiang 2 years ago
parent
commit
8385d1fc78
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 1
      package.json
  2. BIN
      src/assets/ssoLogin/kics/icon/login_bg.jpg
  3. 17
      src/views/system/ssoLogin/kics/index.vue
  4. 1
      src/views/system/ssoLogin/klab/index.vue

1
package.json

@ -148,7 +148,6 @@ @@ -148,7 +148,6 @@
"echarts/renderers",
"lodash-es",
"nprogress",
"path-to-regexp",
"pinia",
"print-js",
"qrcode",

BIN
src/assets/ssoLogin/kics/icon/login_bg.jpg

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

17
src/views/system/ssoLogin/kics/index.vue

@ -12,7 +12,6 @@ @@ -12,7 +12,6 @@
<div v-else class="aui-phone-logo">
<img :src="logoPhoneImg" alt="">
</div>
<header class="aui-title text-white text-center">小康管家你的超级助手</header>
<main class="aui-content">
<div class="aui-container">
<div class="aui-form">
@ -134,7 +133,11 @@ @@ -134,7 +133,11 @@
.login-background-img {
width: 100%;
height: 100%;
background-image: url(/@/assets/ssoLogin/kics/icon/login_bg.jpg);
}
.aui-image-text {
height: 400px;
background-image: none;
}
:deep(.ant-input:focus) {
@ -172,16 +175,6 @@ @@ -172,16 +175,6 @@
overflow: hidden;
}
.aui-title {
position: fixed;
top: 24%;
width: 100%;
font-size: 28px;
font-weight: bold;
line-height: 1.1;
user-select: none;
}
.aui-image {
background-image: url(/@/assets/ssoLogin/kics/icon/login-ad.jpg);
}

1
src/views/system/ssoLogin/klab/index.vue

@ -133,7 +133,6 @@ @@ -133,7 +133,6 @@
.login-background-img {
width: 100%;
height: 100%;
background-image: url(/@/assets/ssoLogin/kics/icon/login_bg.jpg);
}
:deep(.ant-input:focus) {

Loading…
Cancel
Save