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