Commit 098457b6 authored by xixinzhao's avatar xixinzhao

修改值班蓝色样式

parent edd41866
......@@ -45,7 +45,7 @@ class App extends Component {
}
componentWillMount() {
let token = LocationParam.getLocationParamByName('token');
let { token } = LocationParam.getLocationParams();
if (!token) {
token = lsTool.read(SysConsts.token);
}
......
.duty-index-transparent {
height: 100%;
.normalDuty .rightContent .dutyRight {
height: 100%;
}
}
......@@ -18,6 +18,7 @@
@import './fireRectification/detailContent.scss';
@import './fireRectification/ContentModal.scss';
@import './fireRectification/commonCard.scss';
@import './dutyInfo/dutyInfo.scss';
.ant-calendar-picker-container {
&.ant-calendar-picker-container-placement-bottomRight {
......
......@@ -2,15 +2,14 @@ import React, { Component } from 'react';
import DutyModellibView from 'amos-duty-model/lib/view/duty/index';
import 'amos-duty-model/lib/styles';
class DutyInfoView extends Component {
constructor(props){
constructor(props) {
super(props);
}
render() {
return (
<div>
<div className='duty-index-transparent'>
<DutyModellibView {...this.props} />
</div>
);
......
......@@ -1639,3 +1639,25 @@ li.ant-calendar-time-picker-select-option-selected {
.ant-table-bordered .ant-table-body > table {
border: 1px solid #1f5383 !important;
}
.normalDuty .rightContent .dutyRight {
border: 1px solid #3795cc;
border-left: 0;
}
.dutyPage .centerContent .weekHeader {
border: 1px solid #3795cc;
border-bottom: 0;
}
.dutyPage .centerContent .ant-fullcalendar-cell {
border-top: 1px solid #3795cc;
border-right: 1px solid #3795cc;
}
.dutyPage .centerContent .ant-fullcalendar-fullscreen .ant-fullcalendar .ant-fullcalendar-calendar-body .ant-fullcalendar-table {
border-bottom: 1px solid #3795cc;
border-left: 1px solid #3795cc;
}
.classesModal .headerControl{
border: 1px solid #1f5383;
}
.classesEditModal .headerControl {
border: 1px solid #1f5383;
}
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