小宝贝 há 2 anos atrás
pai
commit
704fcb9351
2 ficheiros alterados com 9 adições e 5 exclusões
  1. 7 3
      ruoyi-ui/src/views/login.vue
  2. 2 2
      ruoyi-ui/src/views/register.vue

+ 7 - 3
ruoyi-ui/src/views/login.vue

@@ -266,6 +266,10 @@ export default {
 </script>
 
 <style rel="stylesheet/scss" lang="scss" scoped>
+ ::v-deep.el-input--medium .el-input__inner {
+    height: 54px;
+    line-height: 54px;
+}
 .logg{
   margin-top:42px ;
   margin-left:196px ;
@@ -324,11 +328,11 @@ export default {
 }
 .el-input__inner{
   width: 522px;
-  height: 54px  !important;
+  /* height: 54px  !important; */
 }
+
 .inputt {
-  /* width: 522px; */
-  height: 54px;
+  /* height: 54px !important; */
   border-radius: 4px;
   background: rgba(255, 255, 255, 1);
   border: 1px solid rgba(218, 224, 242, 1);

+ 2 - 2
ruoyi-ui/src/views/register.vue

@@ -216,10 +216,10 @@ export default {
   padding: 25px 25px 5px 25px;
 
   .el-input {
-    height: 38px;
+    height: 54px;
 
     input {
-      height: 38px;
+      height: 54px;
     }
   }