Browse Source

样式调整

jwyu 1 year ago
parent
commit
fef2c863b7
2 changed files with 4 additions and 0 deletions
  1. 3 0
      src/App.vue
  2. 1 0
      src/views/chartShow/index.less

+ 3 - 0
src/App.vue

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

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

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