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
85d6464a
Commit
85d6464a
authored
May 30, 2021
by
wufan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'refactor/wufan/20210514/UI-refactor' into 'master'
feat:处理登录页样式 See merge request
!28
parents
4071b9b2
92230572
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
25 deletions
+30
-25
src/modules/root/WechatLogin.less
+29
-25
src/modules/teach-tool/examination-manager/Index.tsx
+1
-0
No files found.
src/modules/root/WechatLogin.less
View file @
85d6464a
...
@@ -9,35 +9,39 @@
...
@@ -9,35 +9,39 @@
color: #999999;
color: #999999;
line-height: 20px;
line-height: 20px;
}
}
.rwm
{
.rwm{
position: relative;
position: relative;
width:
16
0px;
width:
21
0px;
height:
16
0px;
height:
21
0px;
text-align: center;
text-align: center;
display: inline-block;
display: inline-block;
margin-top: 24px;
margin-top: 24px;
.error {
border: 1px solid #e8e8e8;
position: absolute;
border-radius: 2px;
width: 100%;
padding:15px;
height: 100%;
.error{
background: rgba(255, 255, 255, 0.95);
position: absolute;
display: flex;
width: 200px;
align-items: center;
height: 200px;
justify-content: center;
background: rgba(255, 255, 255, 0.95);
left: 0px;
display: flex;
top: 0px;
align-items:center;
div {
justify-content:center;
margin: 0 10px;
left:5px;
font-size: 14px;
top:5px;
font-family: PingFangSC-Regular, PingFang SC;
div{
font-weight: 400;
margin: 0 10px;
color: #333333;
font-size: 14px;
line-height: 20px;
font-family: PingFangSC-Regular, PingFang SC;
}
font-weight: 400;
.ope {
color: #333333;
cursor: pointer;
line-height: 20px;
color: rgba(82, 137, 250, 1);
}
}
.ope{
cursor: pointer;
color:rgba(82, 137, 250, 1);
}
}
}
}
}
...
...
src/modules/teach-tool/examination-manager/Index.tsx
View file @
85d6464a
...
@@ -129,6 +129,7 @@ function ExaminationManager(props: any) {
...
@@ -129,6 +129,7 @@ function ExaminationManager(props: any) {
{
{
title
:
"创建时间"
,
title
:
"创建时间"
,
dataIndex
:
"examCreateTime"
,
dataIndex
:
"examCreateTime"
,
align
:
fixStr
.
right
,
sorter
:
true
,
sorter
:
true
,
sortOrder
:
field
===
"examCreateTime"
?
order
:
sortStatus
.
type
,
sortOrder
:
field
===
"examCreateTime"
?
order
:
sortStatus
.
type
,
render
:
(
text
:
any
,
record
:
any
)
=>
<
span
>
{
moment
(
text
).
format
(
"YYYY-MM-DD HH:mm"
)
}
</
span
>,
render
:
(
text
:
any
,
record
:
any
)
=>
<
span
>
{
moment
(
text
).
format
(
"YYYY-MM-DD HH:mm"
)
}
</
span
>,
...
...
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