Merge remote-tracking branch 'origin/master'
Showing
11 changed files
with
44 additions
and
29 deletions
src/assets/images/logo-word.png
0 → 100644

44.5 KB
-
Please register or sign in to post a comment
44.5 KB
... | ... | @@ -110,7 +110,7 @@ ol, ul { list-style:none; } |
>.is-top{ | ||
position: -webkit-fixed; | ||
position: fixed; | ||
top: 66px; | ||
top: 70px; | ||
z-index: 999; | ||
width: 100%; | ||
margin-bottom: 0; | ||
... | ... |
... | ... | @@ -912,7 +912,7 @@ |
/deep/ .el-tabs__header { | ||
position: -webkit-fixed; | ||
position: fixed; | ||
top: 114px; | ||
top: 117px; | ||
z-index: 999; | ||
width: 100%; | ||
margin-bottom: 0; | ||
... | ... |
... | ... | @@ -80,7 +80,7 @@ export default { |
/deep/ .el-tabs__header { | ||
position: -webkit-fixed; | ||
position: fixed; | ||
top: 114px; | ||
top: 117px; | ||
z-index: 999; | ||
width: 100%; | ||
margin-bottom: 0; | ||
... | ... |
... | ... | @@ -584,7 +584,7 @@ |
/deep/ .el-tabs__header { | ||
position: -webkit-fixed; | ||
position: fixed; | ||
top: 114px; | ||
top: 117px; | ||
z-index: 999; | ||
width: 100%; | ||
margin-bottom: 0; | ||
... | ... |
... | ... | @@ -251,7 +251,7 @@ export default { |
.main { | ||
display: flex; | ||
flex-direction: column; | ||
overflow: scroll; | ||
// overflow: scroll; | ||
height: 100%; | ||
.clearfix { | ||
span { | ||
... | ... |