Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
rongxin.nongjing.expo
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
全屏样式
dev
yuzongping
hace 2 semanas
padre
8aab53f29a
commit
fc33414a01
Se han
modificado 2 ficheros
con
13 adiciones
y
9 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+5
-5
src/App.vue
+8
-4
src/style/_base.scss
+ 5
- 5
src/App.vue
Ver fichero
@@ -1,9 +1,9 @@
<template>
<v-scale-screen width="1920" height="1080">
<div id="app">
<router-view />
</div>
</v-scale-screen>
<
!-- <
v-scale-screen width="1920" height="1080">
-->
<div id="app">
<router-view />
</div>
<
!-- <
/v-scale-screen>
-->
</template>
<script>
+ 8
- 4
src/style/_base.scss
Ver fichero
@@ -20,8 +20,10 @@ body {
.page {
position: relative;
width: 1920px;
height: 1080px;
width: 100vw;
min-width: 1920px;
height: 100vh;
min-height: 1080px;
.left_side {
position: absolute;
@@ -100,8 +102,10 @@ body {
.screen {
width: 1920px;
height: 1080px;
width: 100vw;
min-width: 1920px;
height: 100vh;
min-height: 1080px;
}
.relative {
Escribir
Vista previa
Cargando…
Cancelar
Guardar