Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-convertor-view
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
station
amos-convertor-view
Commits
098457b6
Commit
098457b6
authored
Oct 26, 2021
by
xixinzhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改值班蓝色样式
parent
edd41866
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
33 additions
and
4 deletions
+33
-4
index.js
src/entry/index.js
+1
-1
dutyInfo.scss
src/styles/view/biz/dutyInfo/dutyInfo.scss
+7
-0
index.scss
src/styles/view/biz/index.scss
+1
-0
index.js
src/view/bizview/dutyInfo/index.js
+2
-3
transparent.css
themes/transparent.css
+22
-0
No files found.
src/entry/index.js
View file @
098457b6
...
...
@@ -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
);
}
...
...
src/styles/view/biz/dutyInfo/dutyInfo.scss
0 → 100644
View file @
098457b6
.duty-index-transparent
{
height
:
100%
;
.normalDuty
.rightContent
.dutyRight
{
height
:
100%
;
}
}
src/styles/view/biz/index.scss
View file @
098457b6
...
...
@@ -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
{
...
...
src/view/bizview/dutyInfo/index.js
View file @
098457b6
...
...
@@ -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
>
);
...
...
themes/transparent.css
View file @
098457b6
...
...
@@ -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
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment