瀏覽代碼

new style

hare8999@163.com 2 年之前
父節點
當前提交
bd386f1c38
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 0
      src/api/webApi/elective/selected-subject.js
  2. 1 2
      src/views/elective/report/index.vue

+ 1 - 0
src/api/webApi/elective/selected-subject.js

@@ -78,6 +78,7 @@ export function getSelectedBookReport(params) {
   return request({
     url: 'front/report/getSelectedBookReport',
     method: 'get',
+    timeout: 60000,
     params
   })
 }

+ 1 - 2
src/views/elective/report/index.vue

@@ -93,8 +93,7 @@ export default {
 
 <style scoped>
 .elective-report-container {
-  max-width: 1350px;
-  width: 80vw;
+  width: 100%;
 }
 
 /deep/ .elective-report-container > .el-divider {