<style lang="less" scoped>
.el-tabs__header {
margin: 0px 0px 2px 0px;
}
.el-form-item {
margin-bottom: 0px;
}
.clearfix:before,
.clearfix:after {
content: ‘‘;
display: table;
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1; /*IE/7/6*/
}
/deep/ .ag-fresh.ag-grid-module_name .ag-cell-not-inline-editing {
padding-left: 2px;
padding-right: 2px;
}
/deep/ .ag-fresh.ag-grid-module_name .ag-header-cell {
padding-left: 2px;
padding-right: 2px;
}
</style>
原文:https://www.cnblogs.com/LFxanla/p/11574233.html