公用样式

<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>

  

posted @ 2019-09-23 19:32  龙旋风  阅读(223)  评论(2编辑  收藏  举报