perf: 地图热力图优化,淡化logo
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user