linweizeng před 3 roky
rodič
revize
6935436f75

+ 1 - 1
src/business/platform/form/formrender/dynamic-form/dynamic-form-field.vue

@@ -1194,7 +1194,7 @@
         }
     }
 </script>
-<style scoped>
+<style>
     .el-form-item {
         margin-bottom: 6px !important;
     }

+ 1 - 1
src/views/system/login/page.vue

@@ -79,7 +79,7 @@ export default {
     margin-bottom: 20px;
     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
     padding: 30px;
-    height: 350px;
+    height: 300px;
     width: 300px;
     background-repeat: no-repeat;
     border-radius: 5%;

+ 6 - 0
src/views/system/login/user-login.vue

@@ -425,3 +425,9 @@
         }
     }
 </script>
+
+<style scoped>
+    .el-form-item {
+        margin-bottom: 6px !important;
+    }
+</style>