diff --git a/src/editor/propEditors/BayEditor.vue b/src/editor/propEditors/BayEditor.vue index f326cf0..c84b50a 100644 --- a/src/editor/propEditors/BayEditor.vue +++ b/src/editor/propEditors/BayEditor.vue @@ -152,28 +152,29 @@ export type { -
- +
+
+ + + +
+ + + +
+
Level Heights
+
+ + + +
+
+
+ Select One Bay
@@ -299,4 +300,14 @@ export type { .bay-editor-bay-info-level-height :deep(input[type=number].el-input__inner) { text-align: left; } + +.bay-editor-bay-empty { + height: 100%; + display: flex; + justify-content: center; + align-items: center; + color: #595959; + background: #f5f5f5; + margin-left: 8px; +}