diff --git a/web/src/components/ChannelsTable.js b/web/src/components/ChannelsTable.js index 793adedb..e31d48d9 100644 --- a/web/src/components/ChannelsTable.js +++ b/web/src/components/ChannelsTable.js @@ -1,5 +1,5 @@ import React, { useEffect, useState } from 'react'; -import { Button, Form, Label, Pagination, Table } from 'semantic-ui-react'; +import { Button, Form, Label, Pagination, Popup, Table } from 'semantic-ui-react'; import { Link } from 'react-router-dom'; import { API, copy, showError, showSuccess, timestamp2string } from '../helpers'; @@ -244,15 +244,25 @@ const ChannelsTable = () => { {renderTimestamp(channel.accessed_time)}
- + } + on='click' + flowing + hoverable > - 删除 - + + - + } + on='click' + flowing + hoverable > - 删除 - + +