Browse Source

登录界面修改

yuhan 7 months ago
parent
commit
a0db87471b
2 changed files with 2 additions and 4 deletions
  1. 0 2
      src/components/layouts/UserLayout.vue
  2. 2 2
      src/views/user/Login.vue

+ 0 - 2
src/components/layouts/UserLayout.vue

@@ -69,8 +69,6 @@
 </script>
 
 <style lang="less">
-@iotTpmFontColor: #323233;
-@iotTpmContentBg: #FAFAFA;
 
 .iot-login{
   .login-header{

+ 2 - 2
src/views/user/Login.vue

@@ -213,7 +213,7 @@ export default {
   .sign-text{
     width: 100%;
     // height: 32px;
-    font-size: 30px;
+    font-size: 28px;
     font-weight: 700;
     color: #fff;
     // color: #646464;
@@ -226,7 +226,7 @@ export default {
     margin: 50px auto;
     .login-button {
       width: 100%;
-      height: 60px;
+      height: 58px;
       padding: 0 15px;
       font-size: 16px;
       background: #094483;