Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
zhangzl
/
rongxin.nongjing.expo
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
全屏样式
dev
yuzongping
1 viikko sitten
vanhempi
8aab53f29a
commit
fc33414a01
2 muutettua tiedostoa
jossa
13 lisäystä
ja
9 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-5
src/App.vue
+8
-4
src/style/_base.scss
+ 5
- 5
src/App.vue
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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 {
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna