Commit b5c04169 authored by maoying's avatar maoying

修改值班页面样式

parent 9f13cbfd
...@@ -1490,6 +1490,7 @@ li.ant-calendar-time-picker-select-option-selected { ...@@ -1490,6 +1490,7 @@ li.ant-calendar-time-picker-select-option-selected {
outline: none; outline: none;
display: block; display: block;
background: rgba(27, 52, 87); background: rgba(27, 52, 87);
color: white;
} }
.risk-assessment-view .amos-layout-has-sider .amos-layout .amos-layout-content .risk-assessment-view-content .risk-incidence-severity-matrix { .risk-assessment-view .amos-layout-has-sider .amos-layout .amos-layout-content .risk-assessment-view-content .risk-incidence-severity-matrix {
width: 494px !important; width: 494px !important;
...@@ -1592,4 +1593,41 @@ li.ant-calendar-time-picker-select-option-selected { ...@@ -1592,4 +1593,41 @@ li.ant-calendar-time-picker-select-option-selected {
.dutyPage .centerContent .ant-fullcalendar-selected-day { .dutyPage .centerContent .ant-fullcalendar-selected-day {
background: #508096; background: #508096;
border: 1px solid #59b2ed; border: 1px solid #59b2ed;
}
.dutyPage .headControl {
background-color:transparent !important;
}
.dutyPage .headControl .prevBtn {
background:transparent !important;
border: 1px solid #3795cc;
}
.dutyPage .headControl .nextBtn {
background:transparent !important;
border: 1px solid #3795cc;
}
.dutyPage .headControl .amos-select-dropdown {
color: white;
border: 1px solid #3795cc!important;
}
.dutyEdit .dutyEditBtns .editBtn {
background-color:transparent !important;
border: 1px solid#3795cc;
}
.dutyEdit .dutyEditBtns {
color: white;
}
.dutyPage .centerContent .weekHeader {
background-color: transparent !important;
border: 1px solid white;
}
.dutyPage .centerContent .weekHeader .weekItem {
color: white;
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment