diff --git a/web/client/src/sections/projectGroup/components/card.jsx b/web/client/src/sections/projectGroup/components/card.jsx index 11475fc..a300068 100644 --- a/web/client/src/sections/projectGroup/components/card.jsx +++ b/web/client/src/sections/projectGroup/components/card.jsx @@ -1,8 +1,8 @@ import React, { useEffect, useRef, useState } from 'react'; import { connect } from 'react-redux'; - +import { Tooltip } from '@douyinfe/semi-ui'; const Card = (props) => { - const { title, style = {} } = props + const { title, style = {},tooltipContent } = props return (
{ display: 'flex', alignItems: 'center', justifyContent: 'space-between' }}> {title} + +
{props?.children} diff --git a/web/client/src/sections/projectGroup/containers/bigscreen.jsx b/web/client/src/sections/projectGroup/containers/bigscreen.jsx index b405e56..9970b7b 100644 --- a/web/client/src/sections/projectGroup/containers/bigscreen.jsx +++ b/web/client/src/sections/projectGroup/containers/bigscreen.jsx @@ -189,7 +189,7 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
- +
- +
序号
@@ -290,7 +290,7 @@ const Bigscreen = ({ dispatch, actions, user, match, history, clientHeight, grou
- +
{/*
*/}