111111
parent
2a16ed54ec
commit
0f0b20ddc6
|
|
@ -204,9 +204,6 @@
|
|||
|
||||
.box5-li {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ const SyglPage: React.FC = () => {
|
|||
const getOption = () => {
|
||||
const data0 = [1, 1, 1, 1, 1];
|
||||
const option = {
|
||||
tooltip: {
|
||||
// 在鼠标悬停时触发显示
|
||||
trigger: 'axis',
|
||||
},
|
||||
textStyle: {
|
||||
color: "#C9C9C9",
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue