소스 검색

问答题样式高度问题

SanHQin 2 달 전
부모
커밋
58d309868c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/pages/workPage/index.vue

+ 1 - 1
src/components/pages/workPage/index.vue

@@ -487,7 +487,7 @@ export default {
 <style scoped>
 .workPage {
   width: 100%;
-  height: auto;
+  height: 100%;
   background-color: #fff;
   overflow: auto;
   display: flex;