@import "../../../../src/theme.less"; :host { ::ng-deep .ant-calendar-picker { width: 100% !important; } .list-template__top{ overflow: visible!important; } } .save { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 99; .modalBody { width: 350px; background: #fff; border-radius: 5px; padding: 10px 20px; color: #333; .title { width: 100%; text-align: center; font-size: 18px; position: relative; i { position: absolute; right: 0; top: 0; font-size: 20px; color: #666; cursor: pointer; padding: 0 5px; } } .content { width: 310px; background: #f9fafb; border: 1px solid #e5e9ed; border-radius: 5px; overflow: hidden; margin-top: 12px; padding: 16px 0; .busyList{ display: flex; margin-bottom: 8px; .busyContent{ margin-right: 8px; flex: 1; } } & > div { text-align: center; margin: 0; &.icon { // margin-top: 17px; i { color: #34b349; font-size: 30px !important; &.transport-wenhao { color: #f5a523; } &.transport-shibai { color: #ff3a52; } } } &.defeat { color: #333; font-size: 14px; } &:nth-child(3) { font-size: 14px; color: #666; } } .workAssignmentTips { font-size: 12px; } } button { margin-top: 10px; &.btn { margin-left: 8px; } } } // 新增 &.add { .modalBody { width: 480px; height: auto; .content { width: 100%; height: auto; padding: 16px; max-height: 497px; overflow-y: auto; .addForm { .ant-form-item { margin-bottom: 0; .ant-form-item-label { text-align: left; } .desc { margin-top: 5px; } } .datesControl { margin-top: -16px; .ant-form-item-label { line-height: 40px; } } .timer { .ant-form-item-label { width: 100%; text-align: left; } .numInp { margin-right: 5px; } .line { margin-right: 5px; } } .timer2 { .ant-form-item-label { line-height: 20px; } } } .editForm { .ant-form-item { margin-bottom: 15px; .ant-form-item-label { line-height: 14px; text-align: left; } } } } } } }