xujunjie hai 1 ano
pai
achega
1d1c0abef2
Modificáronse 3 ficheiros con 9 adicións e 7 borrados
  1. 2 2
      .umirc.ts
  2. 6 4
      src/pages/TaskManage/index.less
  3. 1 1
      src/services/safety.js

+ 2 - 2
.umirc.ts

@@ -28,8 +28,8 @@ export default defineConfig({
   proxy: {
     '/api': {
       // target: 'http://47.96.12.136:8888/',
-      // target: 'http://47.96.12.136:8788/',
-      target: 'http://120.55.44.4:8900/',
+      target: 'http://47.96.12.136:8788/',
+      // target: 'http://120.55.44.4:8900/',
       //target: 'https://metawant.greentech.com.cn/',
       changeOrigin: true,
     },

+ 6 - 4
src/pages/TaskManage/index.less

@@ -52,11 +52,13 @@
 
 .ant-select-clear {
   opacity: 1 !important;
-  margin-top: -0.12rem !important;
-  width: 0.36rem !important;
-  height: 0.24rem !important;
-  font-size: 0.24rem !important;
+  margin-top: -0.15rem !important;
+  width: auto !important;
+  height: auto !important;
+  font-size: 0.32rem !important;
   color: black !important;
+  border-radius: 50%;
+  display: block;
 }
 
 .antdSelect .ant-select-selection-item,

+ 1 - 1
src/services/safety.js

@@ -37,6 +37,6 @@ export async function queryExceptionList(projectId) {
 export const checkPW = async (data) => {
   return await request(`/api/v1/user/check_automationPw`, {
     method: 'POST',
-    body: data,
+    data: data,
   });
 };