Explorar el Código

缩放改好-修改样式1

qdy hace 1 mes
padre
commit
4154ee2446
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
   width: 100vw;
3
   width: 100vw;
4
   height: 100vh;
4
   height: 100vh;
5
   overflow: hidden;
5
   overflow: hidden;
6
+  background-color: #f9fafb; /* gray-50 */
6
 }
7
 }

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

168
     return [];
168
     return [];
169
   }
169
   }
170
 
170
 
171
-}
171
+}

Loading…
Cancelar
Guardar