Ai
243 Star 3.7K Fork 975

奔跑的面条/vue-big-screen-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 200 Bytes
一键复制 编辑 原始数据 按行查看 历史
奔跑的面条 提交于 2021-05-22 20:02 +08:00 . feat: 新增屏幕适配
<template>
<div class="app">
<router-view />
</div>
</template>
<style lang="scss" scoped>
.app {
width: 100vw;
height: 100vh;
background-color: #020308;
overflow: hidden;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/MTrun/vue-big-screen-plugin.git
git@gitee.com:MTrun/vue-big-screen-plugin.git
MTrun
vue-big-screen-plugin
vue-big-screen-plugin
master

搜索帮助