// -------- 引入官方提供的 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; } } .maxHeightTreeSelect { max-height: 280px; } .ant-checkbox-group { display: flex; flex-direction: column; label { margin-bottom: 6px; } } .ant-badge { p { color: #fff; } } .bigfontpattern { .logobox { width: 255px !important; font-size: 20px !important; } font-size: 16px !important; th, tr, button, input, nz-select, nz-tree-select { font-size: 16px !important; padding-top: 0; padding-bottom: 0; } .panelheadername { width: 140px !important; } } // 适配125% @media screen and (max-height: 750px) { .bigfontpattern { .logobox { width: 240px !important; font-size: 16px !important; } font-size: 14px !important; th, tr, button, input, nz-select, nz-tree-select { font-size: 14px !important; padding-top: 0; padding-bottom: 0; } } } .rankingListBox { .ant-progress-inner { border-radius: 0px; } } .ant-tabs-content-holder{ overflow-y: auto; }