Browse Source

入职登记-编辑-布局

jbb 1 year ago
parent
commit
ba54c77bec
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/views/oa/modules/EnrollmentModal.vue

+ 5 - 1
src/views/oa/modules/EnrollmentModal.vue

@@ -571,5 +571,9 @@
   }
 </script>
 
-<style scoped>
+<style scoped lang="less">
+
+/deep/ .ant-form-item-control {
+      height: 40px;
+} 
 </style>