|
@@ -79,7 +79,7 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="card">
|
|
<div class="card">
|
|
- <div class="cardtit">爆款热点</div>
|
|
|
|
|
|
+ <div class="cardtit">热点话题</div>
|
|
<div style="padding: 10px">
|
|
<div style="padding: 10px">
|
|
<el-table :data="platformList" style="width: 100%">
|
|
<el-table :data="platformList" style="width: 100%">
|
|
<el-table-column prop="host" label="部门"> </el-table-column>
|
|
<el-table-column prop="host" label="部门"> </el-table-column>
|
|
@@ -396,6 +396,7 @@ export default {
|
|
label: function label(text) {
|
|
label: function label(text) {
|
|
const textCfg = {};
|
|
const textCfg = {};
|
|
textCfg.text = that.numform(text);
|
|
textCfg.text = that.numform(text);
|
|
|
|
+ textCfg.fontSize = 12;
|
|
return textCfg;
|
|
return textCfg;
|
|
},
|
|
},
|
|
grid: null,
|
|
grid: null,
|