mh_jy_safe_web/src/components/CustomPages/PM/PlanningSchedulingPage.css

33 lines
672 B
CSS
Raw Normal View History

2025-08-25 10:08:30 +08:00
.affixStyle {
padding: 8px 45px;
background: rgba(21, 123,110, 0.48);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
/*box-shadow: 0 0 7px 1px;*/
}
.affixStyle :global(.ant-steps-item-title) {
color: #ffffff
}
.affixStyle :global(.ant-steps-item-icon) > :global(.ant-steps-icon) {
color: rgba(0, 0, 0, .9)
}
.tableWrap {
overflow-y: auto;
height: 540px;
border-bottom: 1px solid #e8e8e8;
box-shadow: 0 1px 10px 0
}
.planningPage {
overflow: auto;
}
.planningPage :global(.ant-row) {
margin-left: 0 !important;
margin-right: 0 !important
}
.inputLabel {
font-size: 16px;
margin-left: 10px;
margin-right: 12px
}