فهرست منبع

待办页面调整

guoqing 2 سال پیش
والد
کامیت
1f0ce13c28
2فایلهای تغییر یافته به همراه7 افزوده شده و 4 حذف شده
  1. 1 1
      src/api/toBeDone/toBeDone.js
  2. 6 3
      src/views/toBeDone/toBeDone_details.vue

+ 1 - 1
src/api/toBeDone/toBeDone.js

@@ -3,7 +3,7 @@ import request from "@/utils/request";
 export default class toBeDone {
     list(params) {
         return request.get(
-            `/workbench/index/queryWorkDbList`,
+            `/assign/assignWorkOrder/list2`,
             params
         )
     }

+ 6 - 3
src/views/toBeDone/toBeDone_details.vue

@@ -107,8 +107,7 @@ html {
 .content{
     position: fixed;
     width: 85%;
-    height: 640px;
-    top: 240px;
+    top: 180px;
     left: 50%;
     padding: 20px 10px;
     transform: translateX(-50%);
@@ -127,11 +126,15 @@ html {
         }
     }
     .van-button{
+      position: fixed;
+      left: 50%;
+      bottom: 20px;
+      transform: translateX(-50%);
       width: 100%;
       border-radius:20px;
     }
     .content-bottom{
-      margin-bottom: 30px;
+      margin-top: 20px;
       .uploadImg{
         width: 30px;
         height: 30px;