perf: 地图热力图优化,淡化logo

This commit is contained in:
chenjinsong
2021-08-15 17:01:46 +08:00
parent cad7c9a12b
commit 2c66482fbb
3 changed files with 509 additions and 23 deletions

View File

@@ -64,3 +64,9 @@ th *:first-letter,
.el-table__empty-block {
width: 100% !important;
}
/* 淡化amcharts的logo */
g [aria-labelledby$=-title] {
opacity: 0.1;
transform: translate(calc(100% - 76px), calc(100% - 25px));
}