Authored by TaoHuang

Merge remote-tracking branch 'origin/develop' into develop

... ... @@ -277,8 +277,7 @@ export default {
border-style: solid;
border-width: 1px;
border-color: #e0e0e0;
position: absolute;
position: fixed;
left: 32px;
right: 32px;
bottom: 40px;
... ...
... ... @@ -464,7 +464,7 @@ export default {
}
.footer {
position: absolute;
position: fixed;
bottom: 0;
width: 100%;
border-top: 1px solid #eee;
... ...