|
@@ -57,7 +57,7 @@
|
|
|
</a-col>
|
|
|
<a-col :span="6">
|
|
|
<div class="status-item">
|
|
|
- <span class="label">访问总次数</span>
|
|
|
+ <span class="label">分享总次数</span>
|
|
|
<vue3-autocounter
|
|
|
ref="counter"
|
|
|
class="number"
|
|
@@ -72,11 +72,54 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
+ <a-row :gutter="20" style="margin-bottom: 30px">
|
|
|
+ <a-col :span="12">
|
|
|
+ <a-card title="带看次数排行(前5)" :bordered="false">
|
|
|
+ <a-badge-ribbon text="1" color="red">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+
|
|
|
+ <a-badge-ribbon text="2" color="orange">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="3" color="yellow">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="4" color="#eee">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="5" color="#eee">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ </a-card>
|
|
|
+ </a-col>
|
|
|
+ <a-col :span="12">
|
|
|
+ <a-card title="留言数排行(前5)" :bordered="false">
|
|
|
+ <a-badge-ribbon text="1" color="red">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="2" color="orange">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="3" color="yellow">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="4" color="#eee">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ <a-badge-ribbon text="5" color="#eee">
|
|
|
+ <p>Card content</p>
|
|
|
+ </a-badge-ribbon>
|
|
|
+ </a-card></a-col
|
|
|
+ >
|
|
|
+ </a-row>
|
|
|
|
|
|
<a-row>
|
|
|
- <div class="container">
|
|
|
- <div id="chart-1" class="chart"></div>
|
|
|
- </div>
|
|
|
+ <a-col :span="24">
|
|
|
+ <a-card title="各时间段在线人数">
|
|
|
+ <div id="chart-1" class="chart"></div>
|
|
|
+ </a-card>
|
|
|
+ </a-col>
|
|
|
</a-row>
|
|
|
</div>
|
|
|
</template>
|