소스 검색

report print style

hare8999@163.com 2 년 전
부모
커밋
5b54d50d73
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 {