common.css
325 字节
html,body{
overflow-y: hidden!important;
}
.app-container {
padding: 0 20px;
}
/* // 结构样式 */
.border-line{
background:#e6ebf5;
height:1px;
margin-bottom: 10px;
}
.main-content{
padding-top:10px;
}
/* // 分页器 */
.el-pagination{
text-align: right;
padding: 15px 0;
}