Browse Source

修改用户提示信息间距

xusl 9 months ago
parent
commit
706508241f
1 changed files with 3 additions and 1 deletions
  1. 3 1
      ipp-ap/src/views/idp/system/sysUser/index.vue

+ 3 - 1
ipp-ap/src/views/idp/system/sysUser/index.vue

@@ -512,7 +512,9 @@
 </script>
 
 <style scoped>
-
+  .el-form-item{
+    margin-bottom: 25px;
+  }
   .my_table_insert .vxe-body--row.is--new {
     background-color: #f1fdf1;
   }