chenrui  пре 2 година
родитељ
комит
89981d67a8

+ 3 - 0
src/views/systemSettings/views/datastructure/datastructureHome.vue

@@ -32,6 +32,9 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+::v-deep .el-form-item {
+  margin-bottom: 20px;
+}
 .datastructure-home {
   .wrap {
     padding: 16px 0;

+ 3 - 0
src/views/systemSettings/views/protocolManagement/protocolHome.vue

@@ -310,6 +310,9 @@ export default {
 
 <style lang="scss" scoped>
 .protocol-home {
+  ::v-deep .el-form-item {
+    margin-bottom: 20px;
+  }
   .wrap {
     padding: 16px 0;
     .protocol-header {

+ 3 - 0
src/views/systemSettings/views/queryTemplate/queryTemplate.vue

@@ -303,6 +303,9 @@ export default {
 
 <style lang="scss" scoped>
 .airportInfo {
+  ::v-deep .el-form-item {
+    margin-bottom: 20px;
+  }
   .log {
     width: 26px;
     height: 26px;

+ 3 - 0
src/views/systemSettings/views/sourceservice/sourceserviceHome.vue

@@ -32,6 +32,9 @@ export default {
 };
 </script>
 <style lang="scss" scoped>
+::v-deep .el-form-item {
+  margin-bottom: 20px;
+}
 .sourceservice-home {
   .wrap {
     padding: 16px 0;