dashboard
repositories
filestore
activity
search
login
zhyq
/
bigScreen
智慧园区前端大屏
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
加载倾斜模型 图层组件封装 路由相关调整 项目基础路径调整
shuishen
2024-10-31
f789d1d5841d0f8feefc16570189304c9d9204a9
[zhyq/bigScreen.git]
/
src
/
styles
/
base
/
container.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* {
margin: 0;
padding: 0;
list-style: none;
}
html,
body {
width: 100%;
height: 100%;
overflow: hidden;
}
#app {
width: 100%;
height: 100%;
overflow: hidden;
}
.cursor-p {
cursor: pointer;
}