Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
0a129bfb11e7a82039d99ad38166cebd0f2a7c4b
2 parents
6dd0fc8f
feaa0ee1
Merge remote-tracking branch 'origin/develop'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/guang/detail.js
static/js/guang/detail.js
View file @
0a129bf
...
...
@@ -117,7 +117,7 @@ $('.info-list .title, .one-good .reco-name').each(function() {
});
//offset.left约等于marginLeft的值则表示介绍被换行,则清除intro的paddingTop让其更靠近头像和作者名
if
(
$authorIntro
&&
parseInt
(
$authorIntro
.
offset
().
left
,
10
)
===
parseInt
(
$authorIntro
.
css
(
'margin-left'
),
10
))
{
if
(
$authorIntro
&&
(
parseInt
(
$authorIntro
.
offset
().
left
,
10
)
===
parseInt
(
$authorIntro
.
css
(
'margin-left'
),
10
)
))
{
$authorIntro
.
css
(
'padding-top'
,
0
);
}
...
...
Please
register
or
login
to post a comment