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.
|
|
|
// -------- 引入官方提供的 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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-progress-circle .ant-progress-text {
|
|
|
|
white-space: pre;
|
|
|
|
font-size: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progresssquare {
|
|
|
|
.ant-progress-inner {
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.applymodel {
|
|
|
|
.ant-col-sm-6 {
|
|
|
|
flex: 0 0 15%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 周计划日期选择权
|
|
|
|
.weeklyplan {
|
|
|
|
.ant-picker {
|
|
|
|
padding-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ant-picker-suffix {
|
|
|
|
color: #2C4DC0;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-webkit-input-placeholder {
|
|
|
|
/* WebKit, Blink, Edge */
|
|
|
|
|
|
|
|
color: #2C4DC0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
:-moz-placeholder {
|
|
|
|
/* Mozilla Firefox 4 to 18 */
|
|
|
|
|
|
|
|
color: #2C4DC0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
::-moz-placeholder {
|
|
|
|
/* Mozilla Firefox 19+ */
|
|
|
|
|
|
|
|
color: #2C4DC0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input:-ms-input-placeholder {
|
|
|
|
/* Internet Explorer 10-11 */
|
|
|
|
|
|
|
|
color: #2C4DC0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
input::-ms-input-placeholder {
|
|
|
|
/* Microsoft Edge */
|
|
|
|
|
|
|
|
color: #2C4DC0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|