dashboard
repositories
filestore
activity
search
login
刘文浩
/
hugeOA
forked from
huge/frontEnd/hugeOA
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复userId参数错误问题
Mr Ke
2020-06-01
3410959e2feaf93734b4ae90f045593e3467ab9a
[~liuwh/hugeOA.git]
/
src
/
components
/
common
/
HeadView
/
index.scss
1
2
3
4
5
6
7
8
9
10
11
12
.header-view {
&-main {
&-logo-area{
width: 200px;
padding: 0 10px;
height: 100%;
& img{
width: 100%;
}
}
}
}