济南项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
406 B

// -------- 引入官方提供的 less 样式入口文件 -----------
@import "../node_modules/ng-zorro-antd/ng-zorro-antd.less";
// -------- 自定义参数覆盖 -----------
@primary-color : #2C4DC0;
.ant-table-thead {
.ant-table-cell {
background-color: #EEF1F6!important;
}
}
.ant-table-cell{
height: 44px;
box-sizing: border-box;
padding: 0 20px!important;
color: #606266;
}