소스 검색

样式调整

jwyu 1 년 전
부모
커밋
fef2c863b7
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/App.vue
  2. 1 0
      src/views/chartShow/index.less

+ 3 - 0
src/App.vue

@@ -6,6 +6,9 @@
 </template>
 
 <style lang="less">
+#app{
+  height: 100%;
+}
 .el-message{
   min-width: 250px !important;
 }

+ 1 - 0
src/views/chartShow/index.less

@@ -18,6 +18,7 @@
 		}
 		max-width: 1200px;
 		max-height: 100vh;
+		height: 100%;
 		overflow: hidden;
 		position: relative;
 		margin: 0 auto;