Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
zhangzl
/
rongxin.nongjing.expo
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
全屏样式
dev
yuzongping
1 settimana fa
parent
8aab53f29a
commit
fc33414a01
2 ha cambiato i file
con
13 aggiunte
e
9 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+5
-5
src/App.vue
+8
-4
src/style/_base.scss
+ 5
- 5
src/App.vue
Vedi File
@@ -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
Vedi File
@@ -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 {
Scrivi
Anteprima
Caricamento…
Annulla
Salva