Kaynağa Gözat

修改 头部显示不出来问题

秦鹏 3 yıl önce
ebeveyn
işleme
db059f10e0
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. 1 1
      src/api/ajax.js
  2. 2 0
      src/views/courseView.vue

+ 1 - 1
src/api/ajax.js

@@ -13,7 +13,7 @@ export function getContent(MethodName, data) {
     }
     console.log();
     return request({
-        url: `/GCLSBookWebSI/ServiceInterface?MethodName=${MethodName}&UserType=${UserType}&SessionID=${SessionID}&UserCode=${UserCode}`,
+        url: `/GCLSBookWebSI/ServiceInterface?MethodName=${MethodName}&UserCode=${UserCode}&UserType=${UserType}&SessionID=${SessionID}`,
         method: 'post',
         data
     })

+ 2 - 0
src/views/courseView.vue

@@ -213,6 +213,8 @@ export default {
     box-sizing: border-box;
     padding: 0 46px;
     background: #f3f7fa;
+    position: relative;
+    z-index: 999;
   }
   .content {
     width: 100%;