main
hhr 2023-12-20 23:36:02 +08:00
parent 2a16ed54ec
commit 0f0b20ddc6
2 changed files with 4 additions and 3 deletions

View File

@ -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;

View File

@ -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",
},