瀏覽代碼

fix: editor init bg

Nicolas Giard 6 年之前
父節點
當前提交
1bc98068e9
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      client/components/editor.vue

+ 5 - 0
client/components/editor.vue

@@ -276,6 +276,11 @@ export default {
 
 <style lang='scss'>
 
+  .editor {
+    background-color: mc('grey', '900');
+    min-height: 100vh;
+  }
+
   .atom-spinner.is-inline {
     display: inline-block;
   }