Browse Source

模型拉伸

maxiaoxiao 10 months ago
parent
commit
43c707992f
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/modelStretch/index.vue

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

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