仪表盘
版本库
文件存储
活动
搜索
登录
ZhongTianHuLian
/
AGVJiaoLiao
中天互联安徽AGV叫料系统
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1
wankeda
2025-03-22
867aba2636e34a1050b1c4c84bbe78cc9c39b553
[ZhongTianHuLian/AGVJiaoLiao.git]
/
代码管理
/
成品库大屏
/
U01bigscreen
/
U01bigscreen
/
src
/
App.vue
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<template>
<div id="app">
<router-view />
</div>
</template>
<style lang="scss" scoped>
#app {
width: 100vw;
height: 100vh;
background-color: #020308;
overflow: hidden;
}
</style>