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
b242b650
Commit
b242b650
authored
Jun 07, 2021
by
chenshu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/chenshu/educationalTools' into gray
parents
f6f9fff0
7ad165f8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
src/core/antd.less
+1
-5
src/modules/teach-tool/examination-manager/Index.tsx
+1
-0
No files found.
src/core/antd.less
View file @
b242b650
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: Michael
* @Author: Michael
* @Date: 2017-09-08 17:38:18
* @Date: 2017-09-08 17:38:18
* @Last Modified by: chenshu
* @Last Modified by: chenshu
* @Last Modified time: 2021-06-04 1
5:41:30
* @Last Modified time: 2021-06-04 1
8:19:23
*/
*/
@import './variables.less';
@import './variables.less';
...
@@ -766,10 +766,6 @@ td.ant-table-column-sort {
...
@@ -766,10 +766,6 @@ td.ant-table-column-sort {
}
}
}
}
.ant-table-column-sorters {
justify-content: start !important;
}
.ant-table-column-title {
.ant-table-column-title {
flex: initial !important;
flex: initial !important;
}
}
...
...
src/modules/teach-tool/examination-manager/Index.tsx
View file @
b242b650
...
@@ -144,6 +144,7 @@ function ExaminationManager(props: any) {
...
@@ -144,6 +144,7 @@ function ExaminationManager(props: any) {
title
:
"操作"
,
title
:
"操作"
,
fixed
:
fixStr
.
right
,
fixed
:
fixStr
.
right
,
dataIndex
:
"operate"
,
dataIndex
:
"operate"
,
width
:
150
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
div
className=
"table_operate"
>
render
:
(
text
:
any
,
record
:
any
)
=>
<
div
className=
"table_operate"
>
{
{
ctx
.
xmState
?.
userPermission
?.
SeeExamData
()
&&
[<
div
ctx
.
xmState
?.
userPermission
?.
SeeExamData
()
&&
[<
div
...
...
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