bill před 1 rokem
rodič
revize
83054928fe
3 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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;