Ver Fonte

模型拉伸

maxiaoxiao há 10 meses atrás
pai
commit
43c707992f
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      src/views/modelStretch/index.vue

+ 3 - 2
src/views/modelStretch/index.vue

@@ -86,7 +86,7 @@ export default {
     range,
     range,
   },
   },
   data() {
   data() {
-    return { form: { BuildingHeight: 50 } };
+    return { form: { BuildingHeight: 50, FLOORH: 5 } };
   },
   },
   created() {},
   created() {},
   mounted() {},
   mounted() {},
@@ -384,7 +384,8 @@ export default {
   width: 400px;
   width: 400px;
   height: 600px;
   height: 600px;
   .range {
   .range {
-    flex: 1;
+    // flex: 1;
+    text-align: left;
     width: 80%;
     width: 80%;
   }
   }
   .xz_box {
   .xz_box {