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
b6a84aa8
Commit
b6a84aa8
authored
Jun 10, 2021
by
guomingpang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style:答题详情样式调整
parent
38769282
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
23 deletions
+19
-23
src/modules/teach-tool/examination-manager/UserData.tsx
+1
-1
src/modules/teach-tool/examination-manager/index.less
+18
-22
No files found.
src/modules/teach-tool/examination-manager/UserData.tsx
View file @
b6a84aa8
...
@@ -259,7 +259,7 @@ function DataAnalysic(props: any) {
...
@@ -259,7 +259,7 @@ function DataAnalysic(props: any) {
</
div
>
</
div
>
</
div
>
</
div
>
<
div
className=
'xm-search-filter'
style=
{
{
marginTop
:
12
}
}
>
<
div
className=
'xm-search-filter'
style=
{
{
marginTop
:
'24px'
}
}
>
<
div
style=
{
{
display
:
'flex'
}
}
>
<
div
style=
{
{
display
:
'flex'
}
}
>
<
div
className=
'search-condition'
>
<
div
className=
'search-condition'
>
<
div
className=
'search-condition__item'
>
<
div
className=
'search-condition__item'
>
...
...
src/modules/teach-tool/examination-manager/index.less
View file @
b6a84aa8
.examination-manager{
.examination-manager {
.status{
.status {
display: inline-block;
display: inline-block;
margin-left: 4px;
margin-left: 4px;
border: 1px solid #999;
border: 1px solid #999;
padding: 2px 4px;
padding: 2px 4px;
line-height: 16px;
line-height: 16px;
}
}
.ant-table-column-sorters {
justify-content: flex-end;
}
.ant-table-column-sorter {
.ant-table-column-sorter {
margin-top: 0px !important;
margin-top: 0px !important;
}
.ant-table tbody tr {
&:nth-child(even) {
background: #fff;
}
}
.ant-table tbody tr {
&:nth-child(odd) {
&:nth-child(even) {
background: #fafafa;
background: #fff;
}
&:nth-child(odd) {
background: #fafafa;
}
}
}
}
}
\ 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