Browse Source

间距改为5px

natasha 1 month ago
parent
commit
b5d3b07a12

+ 3 - 1
src/api/app.js

@@ -8,7 +8,9 @@ import { app } from '@/store/mutation-types';
  * @param {object} data 请求数据
  */
 export function GetLogo(data) {
-  return http.post(`${process.env.VUE_APP_FileServer}?MethodName=sys_config_manager-GetLogo`, data);
+  return http.post(`${process.env.VUE_APP_EepServer}?MethodName=sys_config_manager-GetLogo`, data, {
+    baseURL: process.env.VUE_APP_EEP,
+  });
 }
 
 /**

+ 1 - 1
src/views/org_manage/index.vue

@@ -165,7 +165,7 @@ export default {
 
   .add-btn {
     width: 120px;
-    margin-bottom: 20px;
+    margin-bottom: 5px;
   }
 
   &-list {

+ 4 - 0
src/views/user_manage/index.vue

@@ -139,5 +139,9 @@ export default {
       flex: 1;
     }
   }
+
+  :deep .el-form-item--small.el-form-item {
+    margin-bottom: 5px;
+  }
 }
 </style>

+ 1 - 2
src/views/user_manage_org/index.vue

@@ -157,12 +157,11 @@ export default {
 
   .btn-box {
     display: flex;
-    gap: 10px;
   }
 
   .add-btn {
     width: 120px;
-    margin-bottom: 20px;
+    margin-bottom: 5px;
   }
 
   &-list {