Browse Source

blockly工作区高度

liyanbo 5 months ago
parent
commit
cd187300e3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/blockly/MapGame.vue

+ 2 - 2
src/components/blockly/MapGame.vue

@@ -2064,8 +2064,8 @@ onUnmounted(() => {
 }
 
 #blocklyDiv {
-  height: rpx(250);
-  // min-height: 500px;
+  height: 87%;
+  min-height: rpx(250);
   width: 100%;
   background: #fff;
   border: 1px solid #ddd;