XMTT 7 years ago
parent
commit
27f6600b70
2 changed files with 6 additions and 6 deletions
  1. 1 1
      css/model/sys/article.css
  2. 5 5
      html/model/sys/article/viewcount.html

+ 1 - 1
css/model/sys/article.css

@ -15,7 +15,7 @@
15 15
    display: none;
16 16
}
17 17
18
.sys_article_index .number {
18
.sys_article_index .number,.sys_article_viewcount .number{
19 19
    width: 4%;
20 20
}
21 21

+ 5 - 5
html/model/sys/article/viewcount.html

@ -5,7 +5,7 @@
5 5
6 6
    <div class="container queryForm">
7 7
        <div class="col-2"></div>
8
        <div class="col-1 item-caption ">发布时间</div>
8
        <div class="col-1 item-caption ">统计时间</div>
9 9
        <div class="col-2">
10 10
            <div class="form-item date" defVal="" name="bt"></div>
11 11
        </div>
@ -34,16 +34,16 @@
34 34
            <thead>
35 35
            <tr>
36 36
                <th class="opt-check" ><i class="icon icon-st-check"></i> </th>
37
                <th>#</th>
37
                <th class="number">#</th>
38 38
                <th>文章标题</th>
39 39
                <th>作者</th>
40 40
                <th>关键词</th>
41 41
                <th>栏目</th>
42 42
                <th>发布时间</th>
43
                <th>权重</th>
44
                <th>点赞量</th>
43
                <th class="number">权重</th>
44
                <th class="number">点赞量</th>
45 45
                <th>总浏览量</th>
46
                <th>pv</th>
46
                <th class="number">pv</th>
47 47
            </tr>
48 48
            </thead>
49 49
            <tbody>