Merge branch 'master' of http://yun.pashanhoo.com:9090/renchao/CadastralSystem
Showing
8 changed files
with
66 additions
and
12 deletions
-
Please register or sign in to post a comment
... | ... | @@ -98,7 +98,7 @@ ol, ul { list-style:none; } |
.tabs{ | ||
>.el-tabs__content{ | ||
position: unset; | ||
margin-top: 50px; | ||
margin-top: 40px; | ||
} | ||
>.is-top{ | ||
position: -webkit-fixed; | ||
... | ... |
... | ... | @@ -731,7 +731,7 @@ |
} | ||
} | ||
.zxx { | ||
width: calc(60% - 40px); | ||
width: calc(60% - 24px); | ||
margin-left: 20px; | ||
display: flex; | ||
flex-direction: column; | ||
... | ... |