unknown 2 years ago
parent
commit
490a2116a3

File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/css/app.78c5ecef.css


File diff suppressed because it is too large
+ 1 - 1
qwh5/dist/index.html


File diff suppressed because it is too large
+ 0 - 2
qwh5/dist/js/app.52e0154c.js


File diff suppressed because it is too large
+ 0 - 1
qwh5/dist/js/app.52e0154c.js.map


File diff suppressed because it is too large
+ 2 - 0
qwh5/dist/js/app.c510f710.js


File diff suppressed because it is too large
+ 1 - 0
qwh5/dist/js/app.c510f710.js.map


+ 10 - 8
qwh5/src/views/radar.vue

@@ -113,14 +113,16 @@ export default {
113 113
   }
114 114
 }
115 115
 </script>
116
-<style lang="scss" scoped>
116
+<style lang="scss" >
117 117
 .about{
118
-  height:100px;
119
-    overflow: auto;
120
-    -webkit-overflow-scrolling: touch;
121
-  .frame{
122
-      width:100%;
123
-      height:100%;
124
-  }
118
+  height:700px;
119
+  width:100%;
120
+    overflow: auto!important;
121
+    -webkit-overflow-scrolling: touch!important;
122
+
123
+}
124
+.frame{
125
+    width: 100% !important;
126
+    height:100%!important;
125 127
 }
126 128
 </style>