From 82af56b3a3d7587941305995b4d72a907c96c88b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?zhaobing=E2=80=99?= Date: Mon, 4 Sep 2023 16:00:45 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=B1=95=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E7=9A=84=E5=90=84=E4=B8=AA=E5=9B=BE=E7=9A=84?= =?UTF-8?q?=E9=87=8A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/projectGroup/components/card.jsx | 6 ++++-- .../src/sections/projectGroup/containers/bigscreen.jsx | 10 +++++----- 2 files changed, 9 insertions(+), 7 deletions(-) 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
- +
{/*
*/}