Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wenjiekong
2016-08-15 13:44:18 +0800
Commit
18d066419be1a0b1ab3a3f5788211a61fa1bc40e
1 parent
17ddbd91
领券提示框,还关闭图标
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
public/js/product/students.page.js
public/scss/product/students/_index.css
public/js/product/students.page.js
View file @
18d0664
...
...
@@ -272,8 +272,8 @@ function requestCoupon(id) {
var
opt
=
{
className
:
'stu-alert'
,
myCloseIcon
:
'close-icon'
,
content
:
'<p class="errorText">网络异常</p>'
}
content
:
'<p>网络异常</p>'
};
new
Dialog
(
opt
).
show
();
}
...
...
public/scss/product/students/_index.css
View file @
18d0664
...
...
@@ -512,11 +512,12 @@
}
}
.stu-alert
.
errorText
{
.stu-alert
.
content
p
{
margin-top
:
50px
;
}
.stu-alert
.close-icon
,
.stu-dialog
.close-icon
{
.stu-dialog
.close-icon
{
display
:
inline-block
;
top
:
-20px
;
right
:
-20px
;
...
...
Please
register
or
login
to post a comment