CN-232 Cyptocurrency--近期挖矿事件新图表开发

This commit is contained in:
hyx
2021-12-14 07:38:09 +08:00
parent 69ff5446e4
commit 4ef3ec5a84
4 changed files with 192 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
<div class="cn-chart cn-chart__table">
<div class="cn-chart__header chart-header-position" >
<slot name="chartErrorInfo"></slot>
<div class="header__title">
<div class="header__title cn-chart__crypto-header">
<slot name="title"></slot>
</div>
<div class="header__operations">

View File

@@ -700,6 +700,10 @@ export function isDomainWhois (type) {
export function isDomainDnsRecord (type) {
return type === 84
}
/* 近期挖矿事件 */
export function isCryptocurrencyEventList (type) {
return type === 85
}
/* 组 */
export function isGroup (type) {
return type === 94

View File

@@ -86,6 +86,11 @@
font-weight:normal;
}
.cn-chart__crypto-header{
font-size:15px;
font-family: SimHei;
}
.cn-panel, .cn-panel>.cn-chart__tabs>.el-tabs__content>.el-tab-pane, .cn-chart__group .cn-chart__body {
display: grid;
grid-template-columns: repeat(30, 1fr);