Explorar el Código

缩放改好-修改样式1

qdy hace 1 mes
commit
ef559a763b
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1
    0
      src/app/app.component.scss
  2. 1
    1
      src/app/app.component.ts

+ 1
- 0
src/app/app.component.scss Ver fichero

@@ -3,4 +3,5 @@
3 3
   width: 100vw;
4 4
   height: 100vh;
5 5
   overflow: hidden;
6
+  background-color: #f9fafb; /* gray-50 */
6 7
 }

+ 1
- 1
src/app/app.component.ts Ver fichero

@@ -168,4 +168,4 @@ export class AppComponent implements OnInit, OnDestroy {
168 168
     return [];
169 169
   }
170 170
 
171
-}
171
+}

Loading…
Cancelar
Guardar