Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
c5910a61
Commit
c5910a61
authored
May 30, 2021
by
wufan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:考试sorter样式优化
parent
ce17da58
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
11 deletions
+21
-11
src/core/antd.less
+1
-1
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
+6
-6
src/modules/course-manage/offline-course/OfflineCourseData.less
+4
-3
src/modules/course-manage/offline-course/modal/PreviewOfflineModal.less
+1
-1
src/modules/plan-manage/AddPlan.less
+1
-0
src/modules/teach-tool/examination-manager/index.less
+8
-0
No files found.
src/core/antd.less
View file @
c5910a61
...
...
@@ -243,7 +243,7 @@ background-color: #F0F2F5 !important;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
font-weight:
7
00!important;
font-weight:
5
00!important;
}
.ant-tabs-nav .ant-tabs-tab-active {
...
...
src/modules/course-manage/offline-course/AddOfflineCourse.jsx
View file @
c5910a61
...
...
@@ -1046,8 +1046,8 @@ class AddOfflineCourse extends React.Component {
<
span
onClick=
{
()
=>
this
.
setState
({
startTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
subtract
(
1
,
'days'
).
valueOf
(),
endTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
valueOf
()
-
1000
})
}
style=
{
{
color
:
'#
FFB714
'
,
border
:
'1px solid #
FFB714
'
,
color
:
'#
2966FF
'
,
border
:
'1px solid #
2966FF
'
,
padding
:
'2px 8px'
,
borderRadius
:
'2px'
,
marginRight
:
8
,
...
...
@@ -1056,8 +1056,8 @@ class AddOfflineCourse extends React.Component {
<
span
onClick=
{
()
=>
this
.
setState
({
startTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
subtract
(
2
,
'days'
).
valueOf
(),
endTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
valueOf
()
-
1000
})
}
style=
{
{
color
:
'#
FFB714
'
,
border
:
'1px solid #
FFB714
'
,
color
:
'#
2966FF
'
,
border
:
'1px solid #
2966FF
'
,
padding
:
'2px 8px'
,
borderRadius
:
'2px'
,
marginRight
:
8
,
...
...
@@ -1066,8 +1066,8 @@ class AddOfflineCourse extends React.Component {
<
span
onClick=
{
()
=>
this
.
setState
({
startTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
subtract
(
3
,
'days'
).
valueOf
(),
endTimeApply
:
moment
(
`${moment(calendarTime[0]).format('YYYY-MM-DD')} ${moment(startTime).format('HH:mm')}`
).
valueOf
()
-
1000
})
}
style=
{
{
color
:
'#
FFB714
'
,
border
:
'1px solid #
FFB714
'
,
color
:
'#
2966FF
'
,
border
:
'1px solid #
2966FF
'
,
padding
:
'2px 8px'
,
borderRadius
:
'2px'
,
marginRight
:
8
,
...
...
src/modules/course-manage/offline-course/OfflineCourseData.less
View file @
c5910a61
...
...
@@ -13,7 +13,7 @@
width: 4px;
height: 16px;
content: '';
background: #
FFB714
;
background: #
2966FF
;
left: 0;
top: 5px;
}
...
...
@@ -66,7 +66,7 @@
}
}
.calendar-text {
color: #
FF9D14
;
color: #
2966FF
;
line-height: 20px;
margin: 0 44px;
}
...
...
@@ -85,7 +85,8 @@
cursor: pointer;
}
&.selected {
background: rgba(255, 183, 20, 0.06);
background: #E9EFFF;
color: #2966FF;
}
}
}
...
...
src/modules/course-manage/offline-course/modal/PreviewOfflineModal.less
View file @
c5910a61
...
...
@@ -134,7 +134,7 @@
content: '';
width: 2px;
height: 14px;
background: #
FFB714
;
background: #
2966FF
;
left: 0;
top: 2px;
}
...
...
src/modules/plan-manage/AddPlan.less
View file @
c5910a61
...
...
@@ -2,6 +2,7 @@
position:relative !important;
.box {
margin-bottom: 52px !important;
padding-bottom: 40px!important;
.add-plan-page__form {
margin-top: 16px;
.title {
...
...
src/modules/teach-tool/examination-manager/index.less
View file @
c5910a61
...
...
@@ -6,4 +6,11 @@
padding: 2px 4px;
line-height: 16px;
}
.ant-table-column-sorters {
justify-content: flex-end;
}
.ant-table-column-sorter {
margin-top: 0px !important;
}
}
\ No newline at end of file
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