Fix: Half screen setting

This commit is contained in:
surunzi
2016-05-28 22:24:49 +08:00
parent 2cae2dccbc
commit 166c792c20
2 changed files with 6 additions and 2 deletions

View File

@@ -2,7 +2,11 @@
@import "../style/mixin";
.dev-tools {
@include absolute();
position: absolute;
width: 100%;
height: 100%;
left: 0;
bottom: 0;
padding-top: 55px !important;
background: #fff;
z-index: 500;