bill 1 年之前
父节点
当前提交
83054928fe
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/app.vue
  2. 1 1
      src/model/app.vue
  3. 1 1
      src/views/test/index.vue

+ 1 - 1
src/app.vue

@@ -127,7 +127,7 @@ const layoutStyles = computed(() => {
   .scene {
     width: 100%;
     height: 100%;
-    background-color: #ccc;
+    // background-color: #ccc;
   }
 }
 </style>

+ 1 - 1
src/model/app.vue

@@ -205,7 +205,7 @@ export default Model;
   &.full {
     width: 100%;
     height: 100%;
-    background-color: #ccc;
+    // background-color: #ccc;
     z-index: 90;
   }
 }

+ 1 - 1
src/views/test/index.vue

@@ -101,7 +101,7 @@ export default defineComponent({
   .layout {
     overflow: auto;
     height: 100vh;
-    background-color: #ccc;
+    /* background-color: #ccc; */
   }
   input {
     border: 1px solid #000;