Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
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
Email Patches
Plain Diff
Browse Files
Authored by
zhaoqing
2019-04-30 17:06:34 +0800
Commit
5495dd3b53b66199fcb17fd4d369af3dce4f287e
1 parent
6942f67e
样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
code/apps/operations/views/hotRankTag/Index.html
code/static/js.jquery/module/operations/hotRankTag/Index.js
code/apps/operations/views/hotRankTag/Index.html
View file @
5495dd3
@@ -43,7 +43,7 @@
@@ -43,7 +43,7 @@
43
</div>
43
</div>
44
</div>
44
</div>
45
</div>
45
</div>
46
-
<div
id=
"content-list"
></div>
46
+
<div
class=
"dataTables_wrapper no-footer"
id=
"content-list"
></div>
47
</div>
47
</div>
48
48
49
<!--编辑模态-->
49
<!--编辑模态-->
code/static/js.jquery/module/operations/hotRankTag/Index.js
View file @
5495dd3
@@ -66,7 +66,6 @@ var Bll = {
@@ -66,7 +66,6 @@ var Bll = {
66
*/
66
*/
67
var
g
=
new
common
.
grid
({
67
var
g
=
new
common
.
grid
({
68
el
:
'#content-list'
,
68
el
:
'#content-list'
,
69
-
hash
:
false
,
70
columns
:
[
69
columns
:
[
71
{
70
{
72
display
:
"ID"
,
71
display
:
"ID"
,
Please
register
or
login
to post a comment