ems-basedata-wdz
Version:
ems-basedata by xianer
33 lines (31 loc) • 522 B
text/less
html,body{
height: 100vh;
overflow: hidden;
}
#app {
display: flex;
width: 100%;
height: 100%;
overflow: hidden;
}
.main {
flex: 1;
display: flex;
flex-direction: column;
overflow-x: auto;
background: #f2f2f2;
.mian-content {
padding-top: 0px;
margin: 92px 20px 0;
margin-top: 110px;
min-width: 1000px;
background: #fff;
}
}
// 兼容老的
html .tax-rate-manage .search-form form{
height:inherit;
}
.sidelip-con{
padding-right: 15px;
}