diff --git a/src/components/audio-player/index.less b/src/components/audio-player/index.less index 111dd3be..51fefcde 100644 --- a/src/components/audio-player/index.less +++ b/src/components/audio-player/index.less @@ -80,6 +80,7 @@ height: 20px; display: flex; align-items: center; + align-self: center; justify-content: center; text-overflow: ellipsis; white-space: nowrap; diff --git a/src/components/echarts/scatter.tsx b/src/components/echarts/scatter.tsx index 6de2c798..1c53626a 100644 --- a/src/components/echarts/scatter.tsx +++ b/src/components/echarts/scatter.tsx @@ -168,7 +168,7 @@ const Scatter: React.FC = (props) => { tooltip: { trigger: 'item', borderWidth: 0, - backgroundColor: chartColorMap.splitLineColor, + backgroundColor: chartColorMap.colorBgContainerHover, borderColor: 'transparent', formatter(params: any, callback?: (val: any) => any) { const dataList = findOverlappingPoints(seriseDataList, params.data); diff --git a/src/pages/playground/components/ground-reranker.tsx b/src/pages/playground/components/ground-reranker.tsx index b69362eb..e6b45cfc 100644 --- a/src/pages/playground/components/ground-reranker.tsx +++ b/src/pages/playground/components/ground-reranker.tsx @@ -190,7 +190,7 @@ const GroundReranker: React.FC = forwardRef((props, ref) => {