이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
zhangzl
/
rongxin.nongjing.expo
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
全屏样式
dev
yuzongping
1 주 전
부모
8aab53f29a
커밋
fc33414a01
2개의 변경된 파일
과
13개의 추가작업
그리고
9개의 파일을 삭제
분할 보기
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
파일 보기
@@ -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
파일 보기
@@ -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 {
쓰기
미리보기
불러오는 중...
취소
저장