CN-232 Cyptocurrency--近期挖矿事件新图表开发
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user