使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
zhangzl
/
rongxin.nongjing.expo
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
全屏样式
dev
yuzongping
1周前
父节点
8aab53f29a
当前提交
fc33414a01
共有
2 个文件被更改
,包括
13 次插入
和
9 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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 {
撰写
预览
正在加载...
取消
保存