@@ -1194,7 +1194,7 @@
}
</script>
-<style scoped>
+<style>
.el-form-item {
margin-bottom: 6px !important;
@@ -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%;
@@ -425,3 +425,9 @@
+
+<style scoped>
+ .el-form-item {
+ margin-bottom: 6px !important;
+ }
+</style>