Explorar o código

update 登录

linweizeng %!s(int64=2) %!d(string=hai) anos
pai
achega
7a3082b22f
Modificáronse 1 ficheiros con 12 adicións e 3 borrados
  1. 12 3
      src/views/system/login/user-login.vue

+ 12 - 3
src/views/system/login/user-login.vue

@@ -424,12 +424,21 @@
     }
     }
 </script>
 </script>
 
 
-<style scoped>
+<style lang="less" scoped>
     .el-form-item {
     .el-form-item {
-        margin-bottom: 18px !important;
+        margin-bottom: 22px !important;
     }
     }
 
 
+
+
     /deep/ .el-form-item--small .el-form-item__error{
     /deep/ .el-form-item--small .el-form-item__error{
-        padding-top: 10px;
+        padding-top: 0px;
+        line-height: 14px;
     }
     }
+
+    // @media (min-width: 1620px) and (max-width: 1910px) {
+    //     /deep/ .el-form-item--small .el-form-item__error{
+    //     padding-top: 10px;
+    // }
+    // }
 </style>
 </style>