diff --git a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js index 02ef25aa1..d23cf5634 100644 --- a/public/react/src/modules/paths/PathDetail/PathDetailIndex.js +++ b/public/react/src/modules/paths/PathDetail/PathDetailIndex.js @@ -682,7 +682,11 @@ class PathDetailIndex extends Component{ <div> <p className="font-16 clearfix fl" onDoubleClick={() => this.modifysy(1)}>{team_title}</p> <Popover placement="right" content={this.maincontent()} trigger="hover"> - <i className={"iconfont icon-sandian fr color999"}></i> + <i className={"iconfont icon-sandian fr color999"} style={{ + width: "30px", + height: "30px", + textAlign: "center", + }}></i> </Popover> </div> :